From 44f14c9c19d3282e4f20a7cf34ab4f177f3fb2b3 Mon Sep 17 00:00:00 2001 From: Zeegaan <70372949+zeegaan@users.noreply.github.com> Date: Tue, 5 Oct 2021 09:39:07 +0200 Subject: [PATCH] Added more stability to test Signed-off-by: Nikolaj Geisle --- .../cypress/integration/HelpPanel/systemInformation.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Umbraco.Tests.AcceptanceTest/cypress/integration/HelpPanel/systemInformation.ts b/src/Umbraco.Tests.AcceptanceTest/cypress/integration/HelpPanel/systemInformation.ts index 561842f6a8..6c797b63ca 100644 --- a/src/Umbraco.Tests.AcceptanceTest/cypress/integration/HelpPanel/systemInformation.ts +++ b/src/Umbraco.Tests.AcceptanceTest/cypress/integration/HelpPanel/systemInformation.ts @@ -35,6 +35,7 @@ context('System Information', () => { //Assert cy.contains('Current Culture').parent().should('contain', 'da-DK'); cy.contains('Current UI Culture').parent().should('contain', 'da-DK'); + cy.get('.umb-button__content').last().click(); cy.reload(); //Clean cy.get('[data-element="global-user"]').click();