mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 03:16:16 -04:00
fix
This commit is contained in:
parent
c4aada6de2
commit
5e986d1d9e
1 changed files with 4 additions and 4 deletions
|
@ -6,8 +6,11 @@ let getStatusInterval;
|
|||
let timeout;
|
||||
let allTestsPassed = true;
|
||||
|
||||
let testSettings = {"browserName":"chrome", "platformName":"Windows 10", "browserVersion":"latest"}
|
||||
let testSettings = {"browserName":"chrome", "platformName":"Windows 10", "browserVersion":"83.0"}
|
||||
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
|
||||
let logIndex = 0;
|
||||
|
||||
runTest(testSettings)
|
||||
|
||||
|
@ -36,9 +39,6 @@ async function runTest(testSettings){
|
|||
console.log(`https://saucelabs.com/jobs/${session}`);
|
||||
|
||||
driver.get(baseUrl).then(function(){
|
||||
let knownConsoleText = "";
|
||||
// how many characters of the log have been sent to travis
|
||||
let logIndex = 0;
|
||||
getStatusInterval = setInterval(function(){
|
||||
driver.executeScript("return $('#console').text()")
|
||||
.then(function(knownConsoleText){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue