We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ce87e commit 07d69d6Copy full SHA for 07d69d6
tests/test_mixin.py
@@ -107,5 +107,6 @@ def test_deprecation_warning_for_ensure_element_locators_with_underscores(sessio
107
def test_simple_page_load(session: requestium.Session, example_html: str) -> None:
108
session.driver.get(f"data:text/html,{example_html}")
109
110
+ session.driver.ensure_element_by_tag_name("h1") # wait for page load
111
title = session.driver.title
112
assert title == "The Internet"
0 commit comments