diff --git a/tests/e2e/core-tests/specs/merchant/wp-admin-order-customer-payment-page.test.js b/tests/e2e/core-tests/specs/merchant/wp-admin-order-customer-payment-page.test.js index 2c2946a8de2..8ea9a816a42 100644 --- a/tests/e2e/core-tests/specs/merchant/wp-admin-order-customer-payment-page.test.js +++ b/tests/e2e/core-tests/specs/merchant/wp-admin-order-customer-payment-page.test.js @@ -34,7 +34,7 @@ const runMerchantOrdersCustomerPaymentPage = () => { page.waitForNavigation( { waitUntil: 'networkidle0' } ), ]); - // Verify the customer payment page link it showing + // Verify the customer payment page link is displayed await expect(page).toMatchElement( 'label[for=order_status] > a' , { text: 'Customer payment page →' }); // Visit the page