From 3b3e9b0e702d7a2bd1fb11b5123ea82c1541acc4 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sat, 27 Jan 2024 17:33:53 +0100 Subject: [PATCH] Update 1-install.cy.js --- cypress/e2e/1-install.cy.js | 2 ++ 1 file changed, 2 insertions(+) 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') }) })