fix undo test

pull/1616/head
John McLear 2013-03-14 14:48:23 -03:00
parent 24188d7007
commit 29c0d790b5
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ describe("undo button", function(){
var modifiedValue = $firstTextElement.text(); // get the modified value
expect(modifiedValue).not.to.be(originalValue); // expect the value to change
if(!inner$.browser.firefox){
if(inner$.browser.mozilla){ // if it's a mozilla browser
var evtType = "keypress";
}else{
var evtType = "keydown";