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.
This commit is contained in:
John McLear 2021-02-23 18:47:33 +00:00
parent 1a9709bb87
commit 72d9c8fef9

View file

@ -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