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(), });