@grafana/e2e: select specific datasource option element (#23216)

... because, oddly, the previous selection worked locally but not in CI
This commit is contained in:
Steven Vachon 2020-03-31 08:50:17 -04:00 committed by GitHub
parent df6a4a435c
commit dc8bbc8148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ export const addPanel = (config?: Partial<AddPanelConfig>) => {
e2e()
.get('.ds-picker')
.click()
.contains(dataSourceName)
.contains('.gf-form-select-box__desc-option', dataSourceName)
.click();
queriesForm();
});