From cf59e5278693531beb787fdb3f3146e5116f3ffe Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Sun, 26 Mar 2023 07:36:25 +0530 Subject: [PATCH] test: disable open table response validation Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- tests/playwright/pages/Dashboard/TreeView.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playwright/pages/Dashboard/TreeView.ts b/tests/playwright/pages/Dashboard/TreeView.ts index 7caa2d0f3d..9cc622b461 100644 --- a/tests/playwright/pages/Dashboard/TreeView.ts +++ b/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;