mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 11:09:14 +00:00
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:
parent
ffd10f5f2a
commit
6da2beec56
@ -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) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user