Skip to content

Commit

Permalink
Fix integration test lookup case
Browse files Browse the repository at this point in the history
  • Loading branch information
edan-bainglass committed Dec 27, 2024
1 parent 36d1a87 commit e60d0b5
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 @@ -28,7 +28,7 @@ def test_qe_app_select_silicon_and_confirm(

# Select the Silicon example
element = WebDriverWait(driver, 60 * 2).until(
EC.presence_of_element_located((By.XPATH, "//*[text()='From Examples']"))
EC.presence_of_element_located((By.XPATH, "//*[text()='From examples']"))
)
element.click()

Expand Down

0 comments on commit e60d0b5

Please sign in to comment.