Skip to content

Commit ce80e42

Browse files
committed
Update a comment
1 parent 855f2af commit ce80e42

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
@@ -10477,7 +10477,7 @@ def __click_dropdown_partial_link_text(self, link_text, link_css):
1047710477
def __recalculate_selector(self, selector, by, xp_ok=True):
1047810478
"""Use autodetection to return the correct selector with "by" updated.
1047910479
If "xp_ok" is False, don't call convert_css_to_xpath(), which is
10480-
used to make the ":contains()" selector valid outside JS calls."""
10480+
used to make the ":contains()" selector valid outside of JS calls."""
1048110481
_type = type(selector) # First make sure the selector is a string
1048210482
not_string = False
1048310483
if not python3:

0 commit comments

Comments
 (0)