Fix unrelated failing e2e test for the 'Get paid' page

This commit is contained in:
Patricia Hillebrandt 2024-03-18 23:13:34 +01:00
parent d8d6d2bb8b
commit d388fce212
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ test.describe( 'Payment setup task', () => {
await page.locator( 'text=Get paid' ).click();
await expect(
page.locator( '.woocommerce-layout__header-wrapper > h1' )
).toHaveText( 'WooPayments' );
).toHaveText( 'Get paid' );
} );
test( 'Saving valid bank account transfer details enables the payment method', async ( {