Remove unnecessary 2nd setup wizard flow for the new onboarding

This commit is contained in:
Julia Amosova 2020-01-30 11:29:28 +00:00
parent 18d93e321a
commit 3dfc8f3dc5
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ describe( 'Store owner can go through store Setup Wizard', () => {
// Wait for the store setup section to load
page.waitForNavigation( { waitUntil: 'networkidle0' } ),
] );
await completeOldSetupWizard();
}
await completeOldSetupWizard();
}