Skip to content

[QA] Skip PayJustNow redirect-dependent tests in PayLater spec (403 on localhost) #13167

Description

@HS-QUALIBOT

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):
    1. PayJustNow Create + Confirm flow
    2. PayJustNow Full Refund flow
    3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions