Updated test to actually cleanup

This commit is contained in:
Nikolaj Geisle
2021-10-06 14:07:08 +02:00
parent be66e2ea61
commit 0be61212a5

View File

@@ -36,5 +36,7 @@ context('System Information', () => {
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();
//Clean
cy.umbracoSetCurrentUserLanguage('en-US');
});
});