mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
@grafana/e2e: select specific datasource option element (#23216)
... because, oddly, the previous selection worked locally but not in CI
This commit is contained in:
parent
df6a4a435c
commit
dc8bbc8148
@ -23,7 +23,7 @@ export const addPanel = (config?: Partial<AddPanelConfig>) => {
|
|||||||
e2e()
|
e2e()
|
||||||
.get('.ds-picker')
|
.get('.ds-picker')
|
||||||
.click()
|
.click()
|
||||||
.contains(dataSourceName)
|
.contains('.gf-form-select-box__desc-option', dataSourceName)
|
||||||
.click();
|
.click();
|
||||||
queriesForm();
|
queriesForm();
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user