Skip to content

Commit 19df7bb

Browse files
committed
[py] remove test for comparing firefox profile encodings
timestamps will cause these values to be different
1 parent ac9d52f commit 19df7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/test/unit/selenium/webdriver/firefox/firefox_options_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def test_creates_capabilities(options):
142142
assert "foo" in opts["args"]
143143
assert opts["binary"] == "/bar"
144144
assert opts["prefs"]["foo"] == "bar"
145-
assert opts["profile"] == profile.encoded
145+
assert isinstance(opts["profile"], str) and opts["profile"]
146146
assert caps["proxy"]["proxyType"] == "manual"
147147
assert opts["log"]["level"] == "debug"
148148

0 commit comments

Comments
 (0)