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