woocommerce-paypal-payments/tests/qa-legacy-ui/resources/index.ts
Misha Utkin 9f1445265d
Migrate tests for legacy UI
- Tests migration
- Tests correction
- Folder structure and file naming fixes
2025-04-30 06:48:12 +02:00

28 lines
1.1 KiB
TypeScript

export {
shopSettings,
shippingZones,
flatRate,
freeShipping,
guests,
customers,
taxSettings,
coupons,
products,
} from '@inpsyde/playwright-utils/build/e2e/plugins/woocommerce';
export * from './cards';
export * from './gateways';
export * from './merchants';
export * from './orders';
export * from './woocommerce-config';
export * from './pcp-config';
export * from './types';
export { default as pcpPlugin } from './pcp-plugin.json';
export { default as disableNoncePlugin } from './disable-nonce-plugin.json';
export { default as enableVaultV2Plugin } from './enable-vault-v2-plugin.json';
export { default as paypalButtonColors } from './paypal-button-colors.json';
export { default as subscriptionsPlugin } from './woocommerce-subscriptions-plugin.json';
export { default as wpDebuggingPlugin } from './wp-debugging-plugin.json';
export { default as disableWcSetupWizard } from './disable-wc-setup-wizard-plugin.json';
export { default as disableGutenbergWelcomeGuide } from './disable-gutenberg-welcome-guide-plugin.json';
export { default as disableNewUi } from './disable-new-ui.json';