mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36:14 -04:00
mst tests still brkoen but it runs
This commit is contained in:
parent
ff58897679
commit
617514b335
6 changed files with 12 additions and 7 deletions
|
@ -43,7 +43,7 @@ describe("bold button", function(){
|
|||
|
||||
//select this text element
|
||||
$firstTextElement.sendkeys('{selectall}');
|
||||
if(inner$.browser.mozilla){ // if it's a mozilla browser
|
||||
if(inner$(window)[0].bowser.mozilla){ // if it's a mozilla browser
|
||||
var evtType = "keypress";
|
||||
}else{
|
||||
var evtType = "keydown";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue