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