Minor wording change

This commit is contained in:
zhongruige 2021-02-08 17:03:19 -07:00
parent b52c31063f
commit dfeea59f6b
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ const runMerchantOrdersCustomerPaymentPage = () => {
page.waitForNavigation( { waitUntil: 'networkidle0' } ), 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 →' }); await expect(page).toMatchElement( 'label[for=order_status] > a' , { text: 'Customer payment page →' });
// Visit the page // Visit the page