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:
@@ -71,7 +71,10 @@ describe('Variables - Set options from ui', () => {
|
||||
|
||||
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()
|
||||
.should('be.visible')
|
||||
|
||||
Reference in New Issue
Block a user