fix(cypress): assert visibility to make the test less flakey (#1138)

This commit is contained in:
kolaente 2025-07-17 11:14:20 +02:00 committed by GitHub
parent 736d4b5f23
commit 1a1c0c8170
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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()