Skip to content

Commit

Permalink
..reminding self to not run Does Not Work Under Windows tests under w…
Browse files Browse the repository at this point in the history
…indows
  • Loading branch information
emanlove committed Jan 23, 2024
1 parent 43b43e0 commit 9a306dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utest/test/keywords/test_firefox_profile_parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_single_method(self):
def _parse_result(self, result):
to_str = ""
# handle change made in selenium 4.17.2 with Firefox profiles
if hasattr(result, _desired_preferences):
if hasattr(result, '_desired_preferences'):
# selenium v4.17.2+
pref_attrib = '_desired_preferences'
else:
Expand Down

0 comments on commit 9a306dd

Please sign in to comment.