mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
@grafana/e2e: update datasource dropdown selector (#24141)
This commit is contained in:
parent
5a2efe1f62
commit
861fa8cae6
@ -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();
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user