From 0aa2ac8296c4ac2ce68b73722113ff6da30ee0f2 Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 22 Mar 2018 12:28:41 +0100 Subject: [PATCH] updatea IE version for tesing --- nightwatch_debugger.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nightwatch_debugger.js b/nightwatch_debugger.js index ad88f23acb..84c899d99c 100644 --- a/nightwatch_debugger.js +++ b/nightwatch_debugger.js @@ -75,8 +75,8 @@ module.exports = { 'browserName': 'internet explorer', 'javascriptEnabled': true, 'acceptSslCerts': true, - 'platform': 'WIN8.1', - 'version': '11', + 'platform': 'Windows 10', + 'version': '11.103', 'build': 'build-' + buildId, 'tunnel-identifier': 'remix_tests_' + buildId }