Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Fix can be inserted more than once tests #9576

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tests/e2e/specs/backend/add-to-cart-form.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ describe( `${ block.name } Block`, () => {
} );

it( 'can be inserted more than once', async () => {
await insertBlockDontWaitForInsertClose( block.name );
await insertBlockDontWaitForInsertClose( block.name );
const filteredBlocks = await filterCurrentBlocks(
( b ) => b.name === block.slug
Expand Down
1 change: 0 additions & 1 deletion tests/e2e/specs/backend/breadcrumbs.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ describe( `${ block.name } Block`, () => {
} );

it( 'can be inserted more than once', async () => {
await insertBlockDontWaitForInsertClose( block.name );
await insertBlockDontWaitForInsertClose( block.name );
const filteredBlocks = await filterCurrentBlocks(
( b ) => b.name === block.slug
Expand Down
1 change: 0 additions & 1 deletion tests/e2e/specs/backend/catalog-sorting.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ describe( `${ block.name } Block`, () => {
} );

it( 'can be inserted more than once', async () => {
await insertBlockDontWaitForInsertClose( block.name );
await insertBlockDontWaitForInsertClose( block.name );
const catalogStoringBlock = await filterCurrentBlocks(
( b ) => b.name === block.slug
Expand Down
1 change: 0 additions & 1 deletion tests/e2e/specs/backend/product-results-count.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ describe( `${ block.name } Block`, () => {
} );

it( 'can be inserted more than once', async () => {
await insertBlock( block.name );
await insertBlock( block.name );
const filteredBlocks = await filterCurrentBlocks(
( b ) => b.name === block.slug
Expand Down
1 change: 0 additions & 1 deletion tests/e2e/specs/backend/single-product-details.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ describe( `${ block.name } Block`, () => {
} );

it( 'can be inserted more than once', async () => {
await insertBlockDontWaitForInsertClose( block.name );
await insertBlockDontWaitForInsertClose( block.name );
const filteredBlocks = await filterCurrentBlocks(
( b ) => b.name === block.slug
Expand Down