Commit 17e1c262 authored by Romain Courteaud's avatar Romain Courteaud

fixup: ERP5TypeFunctionalTestCase: support running tests on seleniumserver

See romain/erp5@f10cc273
parent dd1e900e
......@@ -242,7 +242,7 @@ class FunctionalTestRunner:
selenium_test_runner_configuration = test_runner_configuration.get('selenium', {})
use_local_firefox = selenium_test_runner_configuration.get('server-url') is None
if 'firefox' not in selenium_test_runner_configuration.get(
'desired-capabilities', {}).get('browserName').lower():
'desired-capabilities', {}).get('browserName', '').lower():
options = None
if use_local_firefox:
......
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