Skip to content

Commit 5d5685f

Browse files
committed
Update the assert_text() exception message
1 parent a1046e3 commit 5d5685f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/fixtures/page_actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ def wait_for_text_visible(
529529
full_text = full_text.replace("\n", "\\n ")
530530
message = (
531531
"Expected text substring {%s} for {%s} was not visible "
532-
"after %s second%s!\n (The string searched was {%s})"
532+
"after %s second%s!\n (Actual string found was {%s})"
533533
% (text, selector, timeout, plural, full_text)
534534
)
535535
timeout_exception(TextNotVisibleException, message)

0 commit comments

Comments
 (0)