Fix: flaky test related to setMaxPrice (https://github.com/woocommerce/woocommerce-blocks/pull/6917)
This commit is contained in:
parent
ffbf5823d3
commit
0bea874c8d
|
@ -56,7 +56,6 @@ const setMaxPrice = async () => {
|
|||
await page.keyboard.down( 'Shift' );
|
||||
await page.keyboard.press( 'Home' );
|
||||
await page.keyboard.up( 'Shift' );
|
||||
await page.keyboard.press( 'Backspace' );
|
||||
await page.keyboard.type( '1.99' );
|
||||
await page.keyboard.press( 'Tab' );
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue