We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a7675 commit 268bf54Copy full SHA for 268bf54
tests/e2e/constants.ts
@@ -60,9 +60,9 @@ export const GRAFANA_SELECTORS = {
60
61
REFRESH_GRAPH_BUTTON: 'button[data-testid="data-testid RefreshPicker run button"]',
62
63
- 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"]',
64
SAVE_DASHBOARD_TITLE: 'input[aria-label="Save dashboard title field"]',
65
- SAVE_BUTTON: 'button[aria-label="Save dashboard button"]',
+ SAVE_BUTTON: 'button[data-testid="data-testid Save dashboard drawer button"]',
66
},
67
};
68
0 commit comments