Skip to content

Commit

Permalink
Increasing time in test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikibonacci committed Oct 9, 2024
1 parent 1eb7bbf commit 318008a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_integration/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def test_qe_app_select_silicon_and_confirm(
driver = selenium_driver("qe.ipynb", wait_time=30.0)
driver.set_window_size(1920, 1485)

element = WebDriverWait(driver, 60).until(
element = WebDriverWait(driver, 90).until(
EC.presence_of_element_located((By.XPATH, "//*[text()='From Examples']"))
)
element.click()
Expand Down

0 comments on commit 318008a

Please sign in to comment.