2021-08-23 16:31:34 +00:00
|
|
|
const {
|
|
|
|
testAdminOnboardingWizard,
|
|
|
|
testSelectiveBundleWCPay,
|
|
|
|
} = require( '@woocommerce/admin-e2e-tests' );
|
2021-08-27 14:12:13 +00:00
|
|
|
const {
|
|
|
|
withRestApi,
|
|
|
|
IS_RETEST_MODE,
|
|
|
|
} = require( '@woocommerce/e2e-utils' );
|
|
|
|
|
|
|
|
// Reset onboarding profile when re-running tests on a site
|
|
|
|
if ( IS_RETEST_MODE ) {
|
|
|
|
withRestApi.resetOnboarding();
|
|
|
|
}
|
2021-08-23 16:31:34 +00:00
|
|
|
|
|
|
|
testAdminOnboardingWizard();
|
|
|
|
testSelectiveBundleWCPay();
|