Commit 6b6d66bf authored by Vincent Bechu's avatar Vincent Bechu Committed by Klaus Wölfel

[ERP5Type/tests] Handle properly firefox binary string in functional test case.

/reviewed-on !505
parent 0702f1e8
......@@ -155,6 +155,7 @@ class FunctionalTestRunner:
firefox_capabilities = webdriver.common.desired_capabilities.DesiredCapabilities.FIREFOX
firefox_capabilities['marionette'] = True
browser = webdriver.Firefox(
firefox_binary=firefox_bin,
capabilities=firefox_capabilities,
executable_path=firefox_driver,
firefox_binary=FirefoxBinary(firefox_bin))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment