cicd: Flakey test on dropdowns (#241)
This commit is contained in:
parent
1a97836dc3
commit
522e5bb129
|
|
@ -35,7 +35,7 @@ describe('config: multipleDropdowns', function () {
|
|||
|
||||
const dialog = await webdriver.findElement(By.id('argument-popup'))
|
||||
|
||||
await webdriver.wait(until.elementIsVisible(dialog), 2000)
|
||||
await webdriver.wait(until.elementIsVisible(dialog), 3500)
|
||||
|
||||
const selects = await dialog.findElements(By.tagName('select'))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue