Context
PR #12243 (test(cypress): add PayJustNow PayLater coverage for payjustnow) was merged on 2026-07-03, adding Cypress E2E coverage for the PayJustNow PayLater connector. However, 3 PayJustNow test contexts in 43-PayLater.cy.js are redirect-dependent and fail with HTTP 403 on localhost environments. This issue tracks skipping those tests to keep CI green.
Changes
- Spec file:
cypress-tests/cypress/e2e/spec/Payment/43-PayLater.cy.js
- Test cases skipped (3):
- PayJustNow Create + Confirm flow
- PayJustNow Full Refund flow
- PayJustNow Partial Refund flow
- Tests preserved: All Klarna, Atome, AfterpayClearpay, Alma, Walley tests + error tests remain intact
Root Cause
PayJustNow's redirect endpoint returns 403 on localhost because the mock server / sandbox cannot serve the redirect UI outside of CI. The redirect-dependent test contexts need to be skipped to avoid false failures in local and CI regression runs.
QA Pipeline
Context
PR #12243 (
test(cypress): add PayJustNow PayLater coverage for payjustnow) was merged on 2026-07-03, adding Cypress E2E coverage for the PayJustNow PayLater connector. However, 3 PayJustNow test contexts in43-PayLater.cy.jsare redirect-dependent and fail with HTTP 403 on localhost environments. This issue tracks skipping those tests to keep CI green.Changes
cypress-tests/cypress/e2e/spec/Payment/43-PayLater.cy.jsRoot Cause
PayJustNow's redirect endpoint returns 403 on localhost because the mock server / sandbox cannot serve the redirect UI outside of CI. The redirect-dependent test contexts need to be skipped to avoid false failures in local and CI regression runs.
QA Pipeline