Browse Source

test: disable open table response validation

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/5363/head
Raju Udava 2 years ago
parent
commit
cf59e52786
  1. 2
      tests/playwright/pages/Dashboard/TreeView.ts

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

@ -39,7 +39,7 @@ export class TreeViewPage extends BasePage {
async openTable({
title,
mode = 'standard',
networkResponse = true,
networkResponse = false,
mobileMode = false,
}: {
title: string;

Loading…
Cancel
Save