Skip to content

Commit

Permalink
Remove test.only
Browse files Browse the repository at this point in the history
  • Loading branch information
shashwatahalder01 committed Dec 13, 2024
1 parent bc69b6a commit 8091d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pw/tests/e2e/requestForQuotes.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ test.describe('Request for quotation test customer', () => {
await customer.customerUpdateRequestedQuote(quoteId, { ...data.requestForQuotation.customerQuoteProduct, productName: productName });
});

test.only('customer can pay for order converted from quote request', { tag: ['@pro', '@customer'] }, async () => {
test('customer can pay for order converted from quote request', { tag: ['@pro', '@customer'] }, async () => {
test.slow();
// todo: remove payment gateway disable methods when this issue is fixed https://github.com/getdokan/dokan-pro/issues/4015
await apiUtils.updatePaymentGateway('dokan-stripe-connect', { ...payloads.stripeConnect, enabled: false }, payloads.adminAuth);
Expand Down

0 comments on commit 8091d4a

Please sign in to comment.