Update setup wizard test logic

This commit is contained in:
Julia Amosova 2020-01-30 10:38:10 +00:00
parent 2415cf1952
commit 18d93e321a
1 changed files with 1 additions and 2 deletions

View File

@ -65,9 +65,8 @@ describe( 'Store owner can go through store Setup Wizard', () => {
page.waitForNavigation( { waitUntil: 'networkidle0' } ),
] );
await completeOldSetupWizard();
} else {
await completeOldSetupWizard();
}
await completeOldSetupWizard();
}
} );
} );