test: refs #6695 run all e2e (try better selectOption)
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
42ba6969ad
commit
c11993c413
|
@ -108,9 +108,9 @@ Cypress.Commands.add('selectOption', (selector, option, timeout = 10000) => {
|
|||
cy.wait('@dataRequest');
|
||||
}
|
||||
|
||||
cy.get('.q-menu', { timeout }).should('exist').should('be.visible');
|
||||
|
||||
cy.get('.q-menu:visible')
|
||||
cy.get('.q-menu', { timeout })
|
||||
.should('exist')
|
||||
.should('be.visible')
|
||||
.find('.q-item')
|
||||
.contains(option)
|
||||
.click({ force: true });
|
||||
|
|
Loading…
Reference in New Issue