Browse Source

test: fix duplicate_table

Signed-off-by: mertmit <mertmit99@gmail.com>
pull/5711/head
mertmit 1 year ago
parent
commit
054a41b7a2
  1. 1
      tests/playwright/pages/Dashboard/TreeView.ts

1
tests/playwright/pages/Dashboard/TreeView.ts

@ -216,7 +216,6 @@ export class TreeViewPage extends BasePage {
uiAction: () => this.rootPage.getByRole('button', { name: 'Confirm' }).click(),
httpMethodsToMatch: ['POST'],
requestUrlPathToMatch: `/api/v1/db/meta/duplicate/`,
responseJsonMatcher: json => json.name === 'duplicate-model',
});
await this.get().locator(`[data-testid="tree-view-table-${title} copy"]`).waitFor();
}

Loading…
Cancel
Save