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
This commit is contained in:
Ashish Gupta 2025-06-30 17:13:54 +05:30 committed by GitHub
parent ffd10f5f2a
commit 6da2beec56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) => {