From 6da2beec56d530f39e9cd939a1e789b999fdd15e Mon Sep 17 00:00:00 2001 From: Ashish Gupta Date: Mon, 30 Jun 2025 17:13:54 +0530 Subject: [PATCH] PLAYWRIGHT: remove unwanted playwright code for fixing leftbar hover flakiness (#22032) * remove unwanted playeright code for fixing leftbar hover flakyness * remove comment on code, which the behaviour of code is currently not --- .../src/main/resources/ui/playwright/utils/common.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openmetadata-ui/src/main/resources/ui/playwright/utils/common.ts b/openmetadata-ui/src/main/resources/ui/playwright/utils/common.ts index f7550d1fc9a..3686e3923d6 100644 --- a/openmetadata-ui/src/main/resources/ui/playwright/utils/common.ts +++ b/openmetadata-ui/src/main/resources/ui/playwright/utils/common.ts @@ -138,8 +138,7 @@ export const clickOutside = async (page: Page) => { x: 0, y: 0, }, - }); // with this action left menu bar is getting opened - await page.mouse.move(1280, 0); // moving out side left menu bar to avoid random failure due to left menu bar + }); }; export const visitOwnProfilePage = async (page: Page) => {