Skip to content

Commit

Permalink
Fix path to cart.json hyva fixture file
Browse files Browse the repository at this point in the history
Closes #55
  • Loading branch information
Vinai authored Jul 26, 2022
1 parent 8fd0651 commit c719a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/hyva/homepage.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import selectors from '../../fixtures/hyva/selectors/homepage.json';
import searchSelectors from '../../fixtures/hyva/selectors/search.json';
import product from '../../fixtures/hyva/product.json';
import account from '../../fixtures/account.json';
import cart from "../../../fixtures/hyva/selectors/cart.json";
import cart from "../../fixtures/hyva/selectors/cart.json";

describe('Home page tests', () => {
beforeEach(() => {
Expand Down

0 comments on commit c719a56

Please sign in to comment.