mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-08 08:51:12 +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') {
|
if (name !== 'first') {
|
||||||
const filterText = fullWordFilter ? name : name.split(' ')[0]
|
const filterText = fullWordFilter ? name : name.split(' ')[0]
|
||||||
await page.locator('div.selectPopup input').fill(filterText)
|
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()
|
await page.locator('div.selectPopup div.list-item:first-child').click()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user