fix(cypress): assert visibility to make the test less flakey (#1138)
This commit is contained in:
parent
736d4b5f23
commit
1a1c0c8170
|
|
@ -421,6 +421,7 @@ describe('Task', () => {
|
|||
cy.get('.task-view .column.assignees .multiselect input')
|
||||
.type(users[1].username)
|
||||
cy.get('.task-view .column.assignees .multiselect .search-results')
|
||||
.should('be.visible')
|
||||
.children()
|
||||
.first()
|
||||
.click()
|
||||
|
|
|
|||
Loading…
Reference in New Issue