mirror of https://github.com/grafana/grafana.git
E2E: Fix failing old arch test. (#104793)
* Wait for all queries * wait for the item to become a button instead
This commit is contained in:
parent
3bb5a13275
commit
b8c5ca0632
|
@ -71,7 +71,10 @@ describe('Variables - Set options from ui', () => {
|
||||||
|
|
||||||
e2e.components.LoadingIndicator.icon().should('have.length', 0);
|
e2e.components.LoadingIndicator.icon().should('have.length', 0);
|
||||||
|
|
||||||
e2e.pages.Dashboard.SubMenu.submenuItemValueDropDownValueLinkTexts('AA').should('be.visible').click();
|
e2e.pages.Dashboard.SubMenu.submenuItemValueDropDownValueLinkTexts('AA')
|
||||||
|
.should('be.visible')
|
||||||
|
.should('match', 'button')
|
||||||
|
.click();
|
||||||
|
|
||||||
e2e.pages.Dashboard.SubMenu.submenuItemValueDropDownDropDown()
|
e2e.pages.Dashboard.SubMenu.submenuItemValueDropDownDropDown()
|
||||||
.should('be.visible')
|
.should('be.visible')
|
||||||
|
|
Loading…
Reference in New Issue