From d241b4ced76c50974d291d91bb7697a675008cde Mon Sep 17 00:00:00 2001 From: "Cleopatra Enjeck M." Date: Sat, 1 Feb 2025 07:53:56 +0000 Subject: [PATCH] fix(Cypress): Increase wait time for user search Signed-off-by: Cleopatra Enjeck M. --- cypress/e2e/tables-share.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/tables-share.cy.js b/cypress/e2e/tables-share.cy.js index 0d94a71ac..753a234cf 100644 --- a/cypress/e2e/tables-share.cy.js +++ b/cypress/e2e/tables-share.cy.js @@ -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')