mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 16:36:15 -04:00
finished urls test
This commit is contained in:
parent
7adef188ff
commit
397036db46
1 changed files with 4 additions and 2 deletions
|
@ -17,6 +17,8 @@ describe("urls", function(){
|
||||||
firstTextElement.sendkeys('{del}'); // clear the first line
|
firstTextElement.sendkeys('{del}'); // clear the first line
|
||||||
firstTextElement.sendkeys('http://etherpad.org'); // insert a URL
|
firstTextElement.sendkeys('http://etherpad.org'); // insert a URL
|
||||||
|
|
||||||
done();
|
helper.waitFor(function(){
|
||||||
|
return inner$("div").first().find("a").length === 1;
|
||||||
|
}, 2000).done(done);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue