mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
@grafana/e2e: update datasource dropdown selector (#24141)
This commit is contained in:
@@ -21,7 +21,7 @@ export const addPanel = (config?: Partial<AddPanelConfig>) => {
|
||||
e2e()
|
||||
.get('.ds-picker')
|
||||
.click()
|
||||
.contains('.gf-form-select-box__desc-option', dataSourceName)
|
||||
.contains('[id^="react-select-"][id*="-option-"]', dataSourceName)
|
||||
.click();
|
||||
queriesForm();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user