Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Justas Vaitkus authored and Justas Vaitkus committed Jul 12, 2024
1 parent 23b374b commit 8c948e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/02_authorizeAfterAuthorization.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
})
Expand Down

0 comments on commit 8c948e5

Please sign in to comment.