Skip to content

Commit 6a5cde0

Browse files
committed
Update a docstring
1 parent 82116af commit 6a5cde0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/fixtures/base_case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7486,7 +7486,7 @@ def assert_text_not_visible(
74867486
self, text, selector="html", by=By.CSS_SELECTOR, timeout=None
74877487
):
74887488
"""Similar to wait_for_text_not_visible()
7489-
Raises an exception if the element or the text is not found.
7489+
Raises an exception if the text is still visible after timeout.
74907490
Returns True if successful. Default timeout = SMALL_TIMEOUT."""
74917491
self.__check_scope()
74927492
if not timeout:

0 commit comments

Comments
 (0)