Commit dc8bbc81 by Steven Vachon Committed by GitHub

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

... because, oddly, the previous selection worked locally but not in CI
parent df6a4a43
......@@ -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();
});
......
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