Update selector for test notice

This commit is contained in:
Mike Jolley 2023-03-31 10:24:06 +01:00
parent 64995db39b
commit 65038cc1f9
1 changed files with 1 additions and 1 deletions

View File

@ -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.'
);
} );