From 8091d4a0bfe41605da163a0be84b3f7ec30196dc Mon Sep 17 00:00:00 2001 From: shashwata Date: Fri, 13 Dec 2024 15:05:44 +0600 Subject: [PATCH] Remove test.only --- tests/pw/tests/e2e/requestForQuotes.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pw/tests/e2e/requestForQuotes.spec.ts b/tests/pw/tests/e2e/requestForQuotes.spec.ts index e9f558b88..ef9a3bd75 100644 --- a/tests/pw/tests/e2e/requestForQuotes.spec.ts +++ b/tests/pw/tests/e2e/requestForQuotes.spec.ts @@ -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);