Commit 861fa8ca by Steven Vachon Committed by GitHub

@grafana/e2e: update datasource dropdown selector (#24141)

parent 5a2efe1f
...@@ -21,7 +21,7 @@ export const addPanel = (config?: Partial<AddPanelConfig>) => { ...@@ -21,7 +21,7 @@ export const addPanel = (config?: Partial<AddPanelConfig>) => {
e2e() e2e()
.get('.ds-picker') .get('.ds-picker')
.click() .click()
.contains('.gf-form-select-box__desc-option', dataSourceName) .contains('[id^="react-select-"][id*="-option-"]', dataSourceName)
.click(); .click();
queriesForm(); queriesForm();
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment