Skip to content

Commit

Permalink
Rename fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkamp committed Mar 11, 2024
1 parent 6add4c4 commit f5ae330
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/utils/create-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export async function createProductCollectionBlockShopPage() {
const {
title,
pageContent,
} = require( './__fixtures__/product-collection.fixture.json' );
} = require( './fixtures/product-collection.fixture.json' );

return (
( await pageExistsByTitle( title ) ) ||
Expand All @@ -111,7 +111,7 @@ export async function createProductsBlockShopPage() {
const {
title,
pageContent,
} = require( './__fixtures__/products.fixture.json' );
} = require( './fixtures/products.fixture.json' );

return (
( await pageExistsByTitle( title ) ) ||
Expand Down

0 comments on commit f5ae330

Please sign in to comment.