mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-28 19:08:01 +00:00
feat(test): updated flaky tests (#4393)
Signed-off-by: Alex Velichko <nestor_007@mail.ru>
This commit is contained in:
parent
8d9856557c
commit
12d7ba0e1b
@ -5,6 +5,8 @@ export class CommonPage {
|
||||
if (name !== 'first') {
|
||||
const filterText = fullWordFilter ? name : name.split(' ')[0]
|
||||
await page.locator('div.selectPopup input').fill(filterText)
|
||||
// TODO need to remove after fixed UBERF-4968
|
||||
await page.waitForTimeout(300)
|
||||
}
|
||||
await page.locator('div.selectPopup div.list-item:first-child').click()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user