@grafana/e2e-selectors: fix to qualify as not aria-label (#27274)

This commit is contained in:
Steven Vachon 2020-08-28 14:25:08 -04:00 committed by GitHub
parent 11a96459ba
commit 46d7c3f814
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ export const Pages = {
table: 'Explore Table',
},
Toolbar: {
navBar: '.explore-toolbar',
navBar: () => '.explore-toolbar',
},
},
};