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')