woocommerce-paypal-payments/tests/qa/utils/frontend/index.ts
Sedat a956444602
Initial commit for QA folder
POM files created.
Visual tests moved to PCP repo.
Irrelevant files removed.
2025-02-05 16:40:30 +03:00

14 lines
462 B
TypeScript

export * from './cart';
export * from './checkout';
export * from './classic-cart';
export * from './classic-checkout';
export * from './classic-pay-for-order';
export * from './customer-account';
export * from './customer-payment-methods';
export * from './customer-subscriptions';
export * from './order-received';
export * from './pay-for-order';
export * from './paypal-popup';
export * from './paypal-ui';
export * from './product';
export * from './shop';