Fix flaky filling SKU field in e2e test (#49134)
This commit is contained in:
parent
e562ed4ede
commit
c9f8480a3f
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
E2E tests: Fix flaky merchant filling sku field in the new editor
|
|
@ -39,6 +39,7 @@ test( 'can update sku', { tag: '@gutenberg' }, async ( { page, product } ) => {
|
|||
const sku = `SKU_${ Date.now() }`;
|
||||
|
||||
await test.step( 'update the sku value', async () => {
|
||||
await page.locator( '[name="woocommerce-product-sku"]' ).click();
|
||||
await page.locator( '[name="woocommerce-product-sku"]' ).fill( sku );
|
||||
} );
|
||||
|
||||
|
|
Loading…
Reference in New Issue