diff --git a/tests/playwright/fixtures/countriesEUR/DE.spec.mjs b/tests/playwright/fixtures/countriesEUR/DE.spec.mjs index e52a3f6a8..1f28570a8 100644 --- a/tests/playwright/fixtures/countriesEUR/DE.spec.mjs +++ b/tests/playwright/fixtures/countriesEUR/DE.spec.mjs @@ -67,7 +67,8 @@ for (const environment of environments) { await checkoutPage.expectRefusal(); }); - test('Giropay Success', async ({ page }) => { + test.only('Giropay Success', async ({ page }) => { + test.setTimeout(0); redirectShopper = new RedirectShopper(page); await redirectShopper.doGiropayPayment(); await checkoutPage.completeCheckout();