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 45fc33c commit a923dc8Copy full SHA for a923dc8
tests/cypress/support/grafana_selectors.ts
@@ -21,7 +21,7 @@ const Selectors = {
21
22
AddDashboard: {
23
add_new_panel_button: grafanaVersion >= 10 ? addNewPanelButtonV10 : addNewPanelButtonV9,
24
- datasources_list: 'div[data-testid="data-sources-list"]',
+ datasources_list: 'div[data-testid="data-testid Data source list dropdown"]',
25
},
26
};
27
0 commit comments