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

Commit

Permalink
update name test
Browse files Browse the repository at this point in the history
  • Loading branch information
gigitux committed Nov 29, 2022
1 parent 421435f commit 5ca26d5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe( `${ block.name } Block`, () => {
} );
} );

it( 'should render the same products', async () => {
it( 'should render the same products in the same position of the classic template', async () => {
const classicProducts = await getClassicProductsName();
const products = await getProductQueryProductsName();

Expand Down Expand Up @@ -72,7 +72,7 @@ describe( `${ block.name } Block`, () => {
} );
} );

it( 'should render the same products', async () => {
it( 'should render the same products in the same position of the classic template', async () => {
const classicProducts = await getClassicProductsName();
const products = await getProductQueryProductsName();

Expand All @@ -99,7 +99,7 @@ describe( `${ block.name } Block`, () => {
} );
} );

it( 'should render the same products', async () => {
it( 'should render the same products in the same position of the classic template', async () => {
const classicProducts = await getClassicProductsName();
const products = await getProductQueryProductsName();

Expand All @@ -126,7 +126,7 @@ describe( `${ block.name } Block`, () => {
} );
} );

it( 'should render the same products', async () => {
it( 'should render the same products in the same position of the classic template', async () => {
const classicProducts = await getClassicProductsName();
const products = await getProductQueryProductsName();

Expand Down

0 comments on commit 5ca26d5

Please sign in to comment.