A11y: Fixes some fastpass errors for /datasources/* routes (#39577)

* A11y: Fixes some fastpass errors for /datasources/* routes
See #39429
This commit is contained in:
kay delaney
2021-09-29 16:16:30 +01:00
committed by GitHub
parent f61c8d3eed
commit 75a55379f1
11 changed files with 25 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ e2e.scenario({
e2e.components.DataSourcePicker.container()
.should('be.visible')
.within(() => {
e2e.components.Select.input().should('be.visible').click();
e2e.components.DataSourcePicker.input().should('be.visible').click();
});
cy.contains('gdev-prometheus').scrollIntoView().should('be.visible').click();