Skip to content

Commit

Permalink
Update: remove test.only
Browse files Browse the repository at this point in the history
  • Loading branch information
shashwatahalder01 committed Oct 3, 2024
1 parent e941861 commit bfb0c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pw/tests/e2e/payments.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ test.describe('Payments test', () => {
await vendor.addBankTransfer(data.vendor.payment);
});

test.only('vendor can remove bank payment method', { tag: ['@lite', '@vendor'] }, async () => {
test('vendor can remove bank payment method', { tag: ['@lite', '@vendor'] }, async () => {
await dbUtils.updateUserMeta(VENDOR_ID, 'dokan_profile_settings', dbData.testData.dokan.paymentSettings.bank);
await vendor.removeBasicPayment({ ...data.vendor.payment, methodName: 'bank' });
});
Expand Down

0 comments on commit bfb0c77

Please sign in to comment.