From 4bd761c72609108f9c925e4ad10e7e6d7d43afdb Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 26 May 2023 13:05:29 +0200 Subject: [PATCH] remove typo --- cypress/e2e/1-install.cy.js | 1 - 1 file changed, 1 deletion(-) 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') })