feat(test): updated flaky tests (#4393)

Signed-off-by: Alex Velichko <nestor_007@mail.ru>
This commit is contained in:
Alex Velichko 2024-01-19 21:33:19 +03:00 committed by GitHub
parent 8d9856557c
commit 12d7ba0e1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()
}