Skip to content

Commit 740c2e4

Browse files
ZeegaanNikolaj Geisle
andauthored
Update systemInformation.ts (#11572)
Co-authored-by: Nikolaj Geisle <[email protected]>
1 parent b861642 commit 740c2e4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/Umbraco.Tests.AcceptanceTest/cypress/integration/HelpPanel/systemInformation.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ context('System Information', () => {
3232
cy.get('[alias="editUser"]').click();
3333
cy.get('[name="culture"]').select('string:da-DK', { force: true});
3434
cy.umbracoButtonByLabelKey('buttons_save').click({force: true});
35-
//Refresh site to display new language
36-
cy.reload();
37-
cy.get('.umb-tour-step', { timeout: 60000 }).should('be.visible'); // We now due to the api calls this will be shown, but slow computers can take a while
38-
cy.get('.umb-tour-step__close').click();
35+
3936
openSystemInformation();
4037
//Assert
4138
cy.contains('Current Culture').parent().should('contain', 'da-DK');

0 commit comments

Comments
 (0)