Commit 3e4cae69 authored by Jérome Perrin's avatar Jérome Perrin

software/jstestnode: use default firefox version

This actually updates firefox from version 68 to version 115
parent db625e76
......@@ -93,7 +93,7 @@ def main():
firefox_capabilities['marionette'] = True
browser = webdriver.Firefox(
capabilities=firefox_capabilities,
firefox_binary='${firefox-wrapper-68:location}',
firefox_binary='${firefox-wrapper:location}',
executable_path='${geckodriver:location}')
else:
assert target == 'selenium-server', f"Unsupported target {test_runner['target']}"
......
......@@ -22,7 +22,7 @@ parts =
git
eggs
xserver
firefox-68
firefox
xwd
renderjs-install
jio-install
......
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