Skip to content

Commit

Permalink
[ECP-9460] Skip Klarna Pay Later test case (#127)
Browse files Browse the repository at this point in the history
Co-authored-by: Can Demiralp <[email protected]>
  • Loading branch information
candemiralp and Can Demiralp authored Sep 11, 2024
1 parent 79c9e76 commit 8a6a1e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/magento/tests/KlarnaPayment.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ test.describe.parallel("Payment via Klarna", () => {
await verifySuccessfulPayment(page, true, 25000);
});

test("should succeed via Pay Later", async ({ page }) => {
// TODO:: Enable skipped test if identity verification is disabled.
test.skip("should succeed via Pay Later", async ({ page }) => {
await proceedToPaymentAs(page, user);
const klarnaPaymentPage = await proceedToKlarnaPayLater(page);

Expand Down

0 comments on commit 8a6a1e0

Please sign in to comment.