woocommerce-paypal-payments/tests/qa-legacy-ui/utils/frontend/classic-pay-for-order.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

14 lines
220 B
TypeScript

/**
* Internal dependencies
*/
import { PayForOrder } from './pay-for-order';
export class ClassicPayForOrder extends PayForOrder {
url = './classic-checkout/order-pay/';
// Locators
// Actions
// Assertions
}