| .. |
|
cart.ts
|
Move makeOrder method content to cart.scenario instead of Cart class
|
2025-11-13 18:19:58 +01:00 |
|
checkout.ts
|
Fix "free trial" tests after Proceed button was replaced
|
2026-02-02 16:34:03 +01:00 |
|
classic-cart.ts
|
Move makeOrder method content to classicCart.scenario instead of ClassicCart class
|
2025-11-13 18:23:18 +01:00 |
|
classic-checkout.ts
|
Fix "free trial" tests after Proceed button was replaced
|
2026-02-02 16:34:03 +01:00 |
|
classic-pay-for-order.ts
|
Initial commit for QA folder
|
2025-02-05 16:40:30 +03:00 |
|
customer-account.ts
|
Lint:js:fix, general fixes (typos, comments, etc.)
|
2025-05-02 11:59:57 +02:00 |
|
customer-payment-methods.ts
|
Fix openPayPalPopup methods for classic checkout
|
2026-01-23 17:52:06 +01:00 |
|
customer-subscriptions.ts
|
Lint:js:fix, general fixes (typos, comments, etc.)
|
2025-05-02 11:59:57 +02:00 |
|
index.ts
|
Update naming of PayPalUi, PayPalUiClassic and PayPalApi in other files.
|
2025-04-17 16:18:44 +02:00 |
|
order-received.ts
|
Lint:js:fix, general fixes (typos, comments, etc.)
|
2025-05-02 11:59:57 +02:00 |
|
pay-for-order.ts
|
Move page.visit() from makeOrder methods to test scenarios, remove meaningless methods.
|
2025-11-13 17:07:18 +01:00 |
|
paypal-popup.ts
|
PCP-5380 Fix test behavior in the PayPal popup
|
2026-02-10 15:58:52 +01:00 |
|
paypal-ui-classic.ts
|
Refactor Pay Later Messaging tests to utilize a dedicated preview iframe method for visibility checks. Updated test assertions for improved clarity and consistency. Adjusted styling test locations.
|
2026-02-26 13:04:07 +01:00 |
|
paypal-ui.ts
|
Refactor Pay Later Messaging tests to utilize a dedicated preview iframe method for visibility checks. Updated test assertions for improved clarity and consistency. Adjusted styling test locations.
|
2026-02-26 13:04:07 +01:00 |
|
product.ts
|
Move page.visit() from makeOrder methods to test scenarios, remove meaningless methods.
|
2025-11-13 17:07:18 +01:00 |
|
shop.ts
|
Update naming of PayPalUi, PayPalUiClassic and PayPalApi in other files.
|
2025-04-17 16:18:44 +02:00 |