ui-tests - update waiting time after creating a custom conf

This commit is contained in:
Théophile Diot 2023-05-21 10:49:56 -04:00
parent 5adec84d5a
commit ab3b3ea8fd
No known key found for this signature in database
GPG Key ID: E752C80DB72BB014
1 changed files with 1 additions and 1 deletions

View File

@ -812,7 +812,7 @@ with webdriver.Firefox(
assert_alert_message(driver, "was successfully created")
sleep(15)
sleep(30)
driver.execute_script("window.open('http://www.example.com/hello','_blank');")
driver.switch_to.window(driver.window_handles[1])