2021-07-13 19:38:05 +00:00
|
|
|
const {
|
|
|
|
testAdminOnboardingWizard,
|
|
|
|
testSelectiveBundleWCPay,
|
2021-10-13 04:16:35 +00:00
|
|
|
testDifferentStoreCurrenciesWCPay,
|
2021-11-04 13:15:42 +00:00
|
|
|
testSubscriptionsInclusion,
|
2021-12-21 12:58:15 +00:00
|
|
|
testBusinessDetailsForm,
|
2021-07-13 19:38:05 +00:00
|
|
|
} = require( '@woocommerce/admin-e2e-tests' );
|
|
|
|
|
|
|
|
testAdminOnboardingWizard();
|
|
|
|
testSelectiveBundleWCPay();
|
2021-10-13 04:16:35 +00:00
|
|
|
testDifferentStoreCurrenciesWCPay();
|
2021-11-04 13:15:42 +00:00
|
|
|
testSubscriptionsInclusion();
|
2021-12-21 12:58:15 +00:00
|
|
|
testBusinessDetailsForm();
|