diff --git a/tests/playwright/fixtures/USD.spec.mjs b/tests/playwright/fixtures/USD.spec.mjs index b9b1095e8..b7ef6e114 100644 --- a/tests/playwright/fixtures/USD.spec.mjs +++ b/tests/playwright/fixtures/USD.spec.mjs @@ -93,7 +93,7 @@ for (const environment of environments) { await page.goto(`${environment.urlExtension}`); }); - test.skip('GiftCard Only Success @quick', async () => { + test('GiftCard Only Success @quick', async () => { await goToBillingWithFullCartGuestUser(); if (environment.name.indexOf('v5') !== -1) { await checkoutPage.setEmail(); diff --git a/tests/playwright/fixtures/countriesEUR/DE.spec.mjs b/tests/playwright/fixtures/countriesEUR/DE.spec.mjs index d77a52c98..9ac116cff 100644 --- a/tests/playwright/fixtures/countriesEUR/DE.spec.mjs +++ b/tests/playwright/fixtures/countriesEUR/DE.spec.mjs @@ -24,7 +24,7 @@ for (const environment of environments) { } }); - test.skip('Klarna Success @quick', async ({ page }) => { + test('Klarna Success @quick', async ({ page }) => { redirectShopper = new RedirectShopper(page); await redirectShopper.doKlarnaPayment(); await checkoutPage.completeCheckout();