Browse Source

refactor: path correction

pull/6644/head
Pranav C 12 months ago
parent
commit
c3e3ea4e13
  1. 2
      tests/playwright/pages/Dashboard/Import/ImportTemplate.ts

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

Loading…
Cancel
Save