Update selector for test notice
This commit is contained in:
parent
64995db39b
commit
65038cc1f9
|
@ -122,7 +122,7 @@ test.describe( 'Cart page', () => {
|
|||
|
||||
await page.click( 'a.remove' );
|
||||
|
||||
await expect( page.locator( 'p.woocommerce-info' ) ).toContainText(
|
||||
await expect( page.locator( '.woocommerce-info' ) ).toContainText(
|
||||
'Your cart is currently empty.'
|
||||
);
|
||||
} );
|
||||
|
|
Loading…
Reference in New Issue