Remove unnecessary 2nd setup wizard flow for the new onboarding
This commit is contained in:
parent
18d93e321a
commit
3dfc8f3dc5
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue