Skip to content

Commit

Permalink
Wait longer for concent
Browse files Browse the repository at this point in the history
  • Loading branch information
mika-robots committed Oct 12, 2023
1 parent 4856b05 commit 4efb89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/end-to-end/cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Cypress.Commands.add('onboardCompleteQuestions', (role) => {

// Give Concent
cy.url().should('include', '/consent');
cy.get('[data-cy=consentPage-content]', { timeout: 120 * 1000 }).should('exist');
cy.get('[data-cy=consentPage-content]', { timeout: 180 * 1000 }).should('exist');
cy.get('[data-cy=consent-continue]').should('exist').and('be.disabled');
cy.get('[data-cy=checkbox-component]').should('exist').click();
cy.get('[data-cy=consent-continue]').should('not.be.disabled').click();
Expand Down

0 comments on commit 4efb89b

Please sign in to comment.