fix e2e failing tests

This commit is contained in:
Damián Suárez 2023-12-07 19:34:28 -03:00
parent c99c04b160
commit a31f09bb06
1 changed files with 44 additions and 44 deletions

View File

@ -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(