mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 10:56:16 -04:00
fix
This commit is contained in:
parent
07155868c0
commit
94562d788e
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ async function runTest(testSettings){
|
|||
session = session.id_;
|
||||
console.log(`https://saucelabs.com/jobs/${session}`);
|
||||
|
||||
driver.get(baseUrl).then(function(){
|
||||
driver.get(baseUrl).then(async function(){
|
||||
await driver.find_elements_by_class_name('ace-line').first().sendkeys("test");
|
||||
getStatusInterval = setInterval(function(){
|
||||
driver.executeScript("return $('#console').text()")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue