14 lines
353 B
TypeScript
14 lines
353 B
TypeScript
const {
|
|
testAdminOnboardingWizard,
|
|
testSelectiveBundleWCPay,
|
|
testDifferentStoreCurrenciesWCPay,
|
|
testSubscriptionsInclusion,
|
|
testBusinessDetailsForm,
|
|
} = require( '@woocommerce/admin-e2e-tests' );
|
|
|
|
testAdminOnboardingWizard();
|
|
testSelectiveBundleWCPay();
|
|
testDifferentStoreCurrenciesWCPay();
|
|
testSubscriptionsInclusion();
|
|
testBusinessDetailsForm();
|