From 8c948e503dd7ac31298bf2bf6d02136bcd2c1a6e Mon Sep 17 00:00:00 2001 From: Justas Vaitkus Date: Fri, 12 Jul 2024 21:11:42 +0300 Subject: [PATCH] fix --- cypress/e2e/02_authorizeAfterAuthorization.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/02_authorizeAfterAuthorization.cy.js b/cypress/e2e/02_authorizeAfterAuthorization.cy.js index 477ea6c4..3c16c05a 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') })