Skip to content

Commit

Permalink
chore: removing .only flag
Browse files Browse the repository at this point in the history
  • Loading branch information
zenit2001 committed Oct 3, 2024
1 parent fd372e4 commit 2adb2f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/playwright/fixtures/USD.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ for (const environment of environments) {
await checkoutPage.expectSuccess();
});

test.only('GiftCard & Card Success @quick', async () => {
test('GiftCard & Card Success @quick', async () => {
await goToBillingWithFullCartGuestUser(3);
if (environment.name.indexOf('v5') !== -1) {
await checkoutPage.setEmail();
Expand Down
2 changes: 1 addition & 1 deletion tests/playwright/fixtures/countriesEUR/NL.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ for (const environment of environments) {
await checkoutPage.expectRefusal();
});

test.only('SEPA Success @quick', async ({ page }) => {
test('SEPA Success @quick', async ({ page }) => {
pendingPayments = new PendingPayments(page);
await pendingPayments.doSEPAPayment();
await checkoutPage.completeCheckout();
Expand Down

0 comments on commit 2adb2f7

Please sign in to comment.