Commit 2608cb7b authored by Romain Courteaud's avatar Romain Courteaud

software/jstestnode: freeze firefox version 68

parent 2f1f4781
......@@ -27,4 +27,4 @@ md5sum = 9f22db89a2679534aa8fd37dbca86782
[template-runTestSuite]
filename = runTestSuite.in
md5sum = b44268d46a41042a879f47babb66c922
md5sum = 5cac160fd6f14cd69cc8d63f87cc9726
......@@ -92,7 +92,7 @@ def main():
firefox_capabilities['marionette'] = True
browser = webdriver.Firefox(
capabilities=firefox_capabilities,
firefox_binary='${firefox-wrapper:location}',
firefox_binary='${firefox-wrapper-68:location}',
executable_path='${geckodriver:location}')
else:
assert target == 'selenium-server', "Unsupported target {}".format(test_runner['target'])
......
......@@ -18,7 +18,7 @@ parts =
git
eggs
xserver
firefox
firefox-68
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