diff --git a/cypress/e2e/02_authorizeAfterAuthorization.cy.js b/cypress/e2e/02_authorizeAfterAuthorization.cy.js index 477ea6c4f..3c16c05ac 100644 --- a/cypress/e2e/02_authorizeAfterAuthorization.cy.js +++ b/cypress/e2e/02_authorizeAfterAuthorization.cy.js @@ -34,7 +34,7 @@ describe('PS1789 Tests Suite -> Authorization + After order creation', { it('A2A guest PM visible', () => { cy.clearCookies() cy.visit('/en/home/1-spproduct.html', { headers: {"Accept-Encoding": "gzip, deflate"}}) - // cy.changeCurrencyCHF() + cy.changeCurrencyCHF() cy.guestCheckoutCHF() cy.contains('Accounttoaccount').should('be.visible') })