Skip to content

Commit

Permalink
Skip Bancontact QR temporarily due to instability
Browse files Browse the repository at this point in the history
  • Loading branch information
cenkiravul committed Mar 4, 2024
1 parent f9bb99c commit a961ff2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion projects/magento/tests/BancontactMobilePayment.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ import { QRPage } from "../../common/redirect/QRPage.js";
const paymentResources = new PaymentResources();
const user = paymentResources.guestUser.belgian;

test.describe.parallel("Payment via Bancontact Mobile", () => {
test.describe.skip("Payment via Bancontact Mobile", () => {
test.beforeEach(async ({ page }) => {
await goToShippingWithFullCart(page);
await proceedToPaymentAs(page, user);
await page.waitForLoadState("load", {timeout:10000})
await new PaymentDetailsPage(page).selectBancontactMobile();
await page.waitForLoadState("load", {timeout:10000})
await placeOrder(page);
});

Expand Down

0 comments on commit a961ff2

Please sign in to comment.