Skip to content

Commit

Permalink
Updating Ideal test as per the new Ideal flow changes and removing Id…
Browse files Browse the repository at this point in the history
…eal tests for Adyen giving
  • Loading branch information
khushboo-singhvi committed Sep 6, 2024
1 parent 47319c1 commit 51c1041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/shopware/tests/IdealPayment.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ test.describe.parallel("Payment via iDeal", () => {
});

test("should succeed via Test Issuer", async ({ page }) => {
await makeIDeal2Payment(page, "Test Issuer");
await makeIDeal2Payment(page, paymentResources.ideal2.issuer, true);
await verifySuccessfulPayment(page, true);
});

test("should fail via Failing Test Issuer", async ({ page }) => {
await makeIDeal2Payment(page, "Test Issuer Refused");
await makeIDeal2Payment(page, paymentResources.ideal2.issuer, false);
await verifyFailedPayment(page, true);
});

Expand Down

0 comments on commit 51c1041

Please sign in to comment.