From 5cc155940a215c3fc379609df50f44fd5457ae5f Mon Sep 17 00:00:00 2001 From: webzwo0i Date: Sun, 15 Nov 2020 01:33:43 +0100 Subject: [PATCH] chrome 83 --- tests/frontend/travis/remote_runner.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/frontend/travis/remote_runner.js b/tests/frontend/travis/remote_runner.js index dc0a79aad..5bf884053 100644 --- a/tests/frontend/travis/remote_runner.js +++ b/tests/frontend/travis/remote_runner.js @@ -16,8 +16,6 @@ async function runTest(testSettings){ 'browserName': testSettings.browserName, 'platformName': testSettings.platformName, 'browserVersion': testSettings.browserVersion, - 'nativeEvents': true, - 'chrome.nativeEvents': true, 'sauce:options': { 'username': process.env.SAUCE_USERNAME, 'accessKey': process.env.SAUCE_ACCESS_KEY, @@ -25,8 +23,6 @@ async function runTest(testSettings){ 'extendedDebugging': true, // when possible, enables network.har file and network tab 'capturePerformance': true, // when possible, enables various performance related metrics 'tunnelIdentifier': process.env.TRAVIS_JOB_NUMBER, - 'nativeEvents': true, - 'chrome.nativeEvents': true, 'name': name, /* As a best practice, set important test metadata and execution options such as build info, tags for reporting, and timeout durations.