mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
tests: use latest Safari in Saucelab front end tests
I verified that, as of today, "latest" Safari version works on Saucelabs.
This commit is contained in:
parent
6fd2bf4472
commit
8f2ad7a0e8
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ sauceTestWorker.push({
|
|||
sauceTestWorker.push({
|
||||
'platform' : 'OS X 10.15'
|
||||
, 'browserName' : 'safari'
|
||||
, 'version' : '13'
|
||||
, 'version' : 'latest'
|
||||
});
|
||||
|
||||
// 4) IE 10 on Win 8
|
||||
|
|
Loading…
Reference in a new issue