From c3e3ea4e135193984563c6859fa407e023ae7679 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Wed, 11 Oct 2023 06:25:53 +0000 Subject: [PATCH] refactor: path correction --- tests/playwright/pages/Dashboard/Import/ImportTemplate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playwright/pages/Dashboard/Import/ImportTemplate.ts b/tests/playwright/pages/Dashboard/Import/ImportTemplate.ts index ff2f201d3b..0a71a30048 100644 --- a/tests/playwright/pages/Dashboard/Import/ImportTemplate.ts +++ b/tests/playwright/pages/Dashboard/Import/ImportTemplate.ts @@ -61,7 +61,7 @@ export class ImportTemplatePage extends BasePage { await this.get().locator('button:has-text("Back"):visible').waitFor(); await this.waitForResponse({ - requestUrlPathToMatch: '/api/v1/db/auth/bulk/', + requestUrlPathToMatch: '/api/v1/db/data/bulk/', httpMethodsToMatch: ['POST'], uiAction: () => this.get().locator('button:has-text("Import"):visible').click(), });