diff --git a/cypress/e2e/1-install.cy.js b/cypress/e2e/1-install.cy.js index 87f2d6fe..1d294cbc 100644 --- a/cypress/e2e/1-install.cy.js +++ b/cypress/e2e/1-install.cy.js @@ -69,6 +69,8 @@ describe('Install MyAAC', () => { cy.contains('[class="alert alert-success"]', 'Congratulations', { timeout: 30000 }).should('be.visible') + cy.wait(2000); + cy.screenshot('install-finish') }) })