diff --git a/cypress/e2e/1-install.cy.js b/cypress/e2e/1-install.cy.js index 87179946..d034a52e 100644 --- a/cypress/e2e/1-install.cy.js +++ b/cypress/e2e/1-install.cy.js @@ -69,7 +69,6 @@ describe('Install MyAAC', () => { cy.get('form').submit() cy.wait(1000); - cy.get('.class', { timeout: 12_000 }).should('be.visible') cy.screenshot('install-finish') })