fix e2e failing tests
This commit is contained in:
parent
c99c04b160
commit
a31f09bb06
|
@ -95,7 +95,7 @@ test.describe( 'General tab', () => {
|
|||
.getByPlaceholder( 'e.g. 12 oz Coffee Mug' )
|
||||
.fill( productData.name );
|
||||
await page
|
||||
.locator( '.components-summary-control' )
|
||||
.locator( '[data-template-block-id="basic-details"] .components-summary-control' )
|
||||
.fill( productData.summary );
|
||||
await page
|
||||
.locator(
|
||||
|
@ -146,7 +146,7 @@ test.describe( 'General tab', () => {
|
|||
.locator( '//input[@placeholder="e.g. 12 oz Coffee Mug"]' )
|
||||
.fill( productData.name );
|
||||
await page
|
||||
.locator( '.components-summary-control' )
|
||||
.locator( '[data-template-block-id="basic-details"] .components-summary-control' )
|
||||
.fill( productData.summary );
|
||||
await page
|
||||
.locator(
|
||||
|
|
Loading…
Reference in New Issue