We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac9d52f commit 19df7bbCopy full SHA for 19df7bb
py/test/unit/selenium/webdriver/firefox/firefox_options_tests.py
@@ -142,7 +142,7 @@ def test_creates_capabilities(options):
142
assert "foo" in opts["args"]
143
assert opts["binary"] == "/bar"
144
assert opts["prefs"]["foo"] == "bar"
145
- assert opts["profile"] == profile.encoded
+ assert isinstance(opts["profile"], str) and opts["profile"]
146
assert caps["proxy"]["proxyType"] == "manual"
147
assert opts["log"]["level"] == "debug"
148
0 commit comments