mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 02:46:15 -04:00
try latest firefox
This commit is contained in:
parent
22039fcf91
commit
ae783fea1c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ let getStatusInterval;
|
|||
let timeout;
|
||||
let allTestsPassed = true;
|
||||
|
||||
let testSettings = {"browserName":"chrome", "platformName":"Windows 10", "browserVersion":"83.0"}
|
||||
let testSettings = {"browserName":"firefox", "platformName":"Windows 10", "browserVersion":"latest"}
|
||||
let name = `${process.env.GIT_HASH} - ${testSettings.browserName} ${testSettings.browserVersion} ${testSettings.platformName}`;
|
||||
let knownConsoleText = "";
|
||||
// how many characters of the log have been sent to travis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue