mst tests still brkoen but it runs

This commit is contained in:
John McLear 2014-11-27 17:12:24 +00:00
parent ff58897679
commit 617514b335
6 changed files with 12 additions and 7 deletions

View file

@ -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";