From 72d9c8fef96c72a3c720f7ee815ca4676cf55530 Mon Sep 17 00:00:00 2001 From: John McLear Date: Tue, 23 Feb 2021 18:47:33 +0000 Subject: [PATCH] tests: Use more modern relevant Firefox version in Sauce Labs Firefox 52 has issues with rendering SVG animations which caused random tests to fail. Less than 2% of total Firefox users now use Firefox 52 so we're safe to drop testing for it. --- src/tests/frontend/travis/remote_runner.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tests/frontend/travis/remote_runner.js b/src/tests/frontend/travis/remote_runner.js index 0f08a1454..13498e4e7 100644 --- a/src/tests/frontend/travis/remote_runner.js +++ b/src/tests/frontend/travis/remote_runner.js @@ -131,9 +131,9 @@ const sauceTestWorker = async.queue((testSettings, callback) => { if (!isAdminRunner) { // 1) Firefox on Linux sauceTestWorker.push({ - platform: 'Windows 7', + platform: 'Windows 10', browserName: 'firefox', - version: '52.0', + version: '84.0', }); // 2) Chrome on Linux