From a2d771316296f36251d1b5affe95906e258090f2 Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 26 Feb 2018 15:42:07 +0100 Subject: [PATCH 3/3] use same test config as remix-ide --- remix-debugger/nightwatch.js | 4 ++-- remix-debugger/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/remix-debugger/nightwatch.js b/remix-debugger/nightwatch.js index 259ba280bc..6fd4a0bda9 100644 --- a/remix-debugger/nightwatch.js +++ b/remix-debugger/nightwatch.js @@ -62,8 +62,8 @@ module.exports = { 'desiredCapabilities': { 'browserName': 'safari', 'javascriptEnabled': true, - 'platform': 'OS X 10.10', - 'version': '8.0', + 'platform': 'OS X 10.11', + 'version': '10.0', 'acceptSslCerts': true, 'build': 'build-' + TRAVIS_JOB_NUMBER, 'tunnel-identifier': 'remix_tests_' + TRAVIS_JOB_NUMBER diff --git a/remix-debugger/package.json b/remix-debugger/package.json index 86aad2b8a1..4faeb77aa3 100644 --- a/remix-debugger/package.json +++ b/remix-debugger/package.json @@ -56,7 +56,7 @@ "nightwatch_remote_chrome": "nightwatch --config nightwatch.js --env chrome", "nightwatch_remote_firefox": "nightwatch --config nightwatch.js --env default", "nightwatch_remote_ie": "nightwatch --config nightwatch.js --env ie", - "nightwatch_remote_parallel": "nightwatch --config nightwatch.js --env ie,safari,chrome,default", + "nightwatch_remote_parallel": "nightwatch --config nightwatch.js --env safari,chrome,default", "nightwatch_remote_safari": "nightwatch --config nightwatch.js --env safari", "onchange": "onchange build/app.js -- npm run lint", "selenium": "selenium-standalone start",