mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
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:
parent
1a9709bb87
commit
72d9c8fef9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue