Skip to content

Commit

Permalink
Update test_3d.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasweishaupt committed Dec 18, 2024
1 parent 9128e7c commit 65d5789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/test_3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_3d(url_3d, username, password, course_name, space_name, element_name):
EC.presence_of_element_located((By.CSS_SELECTOR, "[data-testid='logout']")))

lernwelt_button = WebDriverWait(driver, timeout).until(
EC.element_to_be_clickable((By.XPATH, "//button[.//p[contains(text(), 'zum Lernwelt-Menü')]]"))
EC.element_to_be_clickable((By.XPATH, "//button[.//p[contains(text(), 'Zum Lernwelt-Menü')]]"))
)
lernwelt_button.click()
print("Clicked on 'zum Lernwelt-Menü' button")
Expand Down

0 comments on commit 65d5789

Please sign in to comment.