Skip to content

Commit

Permalink
fix(Cypress): Increase wait time for user search
Browse files Browse the repository at this point in the history
Signed-off-by: Cleopatra Enjeck M. <[email protected]>
  • Loading branch information
enjeck committed Feb 1, 2025
1 parent b968098 commit d241b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/tables-share.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe('Share a table', () => {
cy.get('[data-cy="customTableAction"] button').click()
cy.get('[data-cy="dataTableShareBtn"]').click()
cy.get('[data-cy="shareFormSelect"] input').type(localUser2.userId)
cy.wait(1000)
cy.wait(2000)
cy.get(`.vs__dropdown-menu [user="${localUser2.userId}"]`).click()
cy.wait(1000)
cy.get('[data-cy="sharedWithList"]').contains(localUser2.userId).should('exist')
Expand Down

0 comments on commit d241b4c

Please sign in to comment.