Skip to content

Commit

Permalink
Update the selector for button
Browse files Browse the repository at this point in the history
  • Loading branch information
lpetrora committed Nov 5, 2024
1 parent 77a7675 commit 268bf54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ export const GRAFANA_SELECTORS = {

REFRESH_GRAPH_BUTTON: 'button[data-testid="data-testid RefreshPicker run button"]',

APPLY_CHANGES_AND_SAVE_BUTTON: 'button[title="Apply changes and save dashboard"]',
APPLY_CHANGES_AND_SAVE_BUTTON: 'button[data-testid="data-testid Save dashboard button"]',
SAVE_DASHBOARD_TITLE: 'input[aria-label="Save dashboard title field"]',
SAVE_BUTTON: 'button[aria-label="Save dashboard button"]',
SAVE_BUTTON: 'button[data-testid="data-testid Save dashboard drawer button"]',
},
};

Expand Down

0 comments on commit 268bf54

Please sign in to comment.