Fixed E2E test

This commit is contained in:
Christopher Allford 2020-09-25 14:05:11 -07:00
parent 44c7428358
commit 789773c65c
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ const completeOnboardingWizard = async () => {
// Benefits section
// Wait for Benefits section to appear
await page.waitForSelector( '.woocommerce-profile-wizard__step-header' );
await page.waitForSelector( '.woocommerce-profile-wizard__benefits' );
// Wait for "No thanks" button to become active
await page.waitForSelector( 'button.is-secondary:not(:disabled)' );