Skip to content

Commit

Permalink
Fix goToStore function in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinwy committed May 29, 2024
1 parent 9db4630 commit 1c16017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Cypress.Commands.add('enablePaymentGateway', (slug) => {
});

Cypress.Commands.add('goToStore', () => {
cy.visit('/?page_id=6');
cy.visit('/shop/');
});

Cypress.Commands.add('fillInAddress', () => {
Expand Down

0 comments on commit 1c16017

Please sign in to comment.