From 9f9901e5285c0e01ac569585d49eff1ed1270197 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Tue, 18 Oct 2022 11:04:23 +0530 Subject: [PATCH] test: remove redundant timeout Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --- scripts/playwright/tests/viewGridLocked.spec.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/playwright/tests/viewGridLocked.spec.ts b/scripts/playwright/tests/viewGridLocked.spec.ts index 1c2fe7fe96..d935ed3f03 100644 --- a/scripts/playwright/tests/viewGridLocked.spec.ts +++ b/scripts/playwright/tests/viewGridLocked.spec.ts @@ -34,7 +34,5 @@ test.describe("Grid view locked", () => { }); await dashboard.grid.toolbar.viewsMenu.verifyCollaborativeMode(); - - await dashboard.rootPage.waitForTimeout(1000); }); });