Skip to content

Commit

Permalink
fix: removed only from giropay test
Browse files Browse the repository at this point in the history
  • Loading branch information
zenit2001 committed Nov 17, 2023
1 parent 60783c6 commit 1b39259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/playwright/fixtures/countriesEUR/DE.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 1b39259

Please sign in to comment.