not z, is b!

This commit is contained in:
John McLear 2013-03-13 15:06:08 -03:00
parent b4ec07312b
commit 5690f2d01e
1 changed files with 1 additions and 4 deletions

View File

@ -46,7 +46,7 @@ describe("bold button", function(){
var e = inner$.Event("keydown");
e.ctrlKey = true; // Control key
e.which = 66; // z
e.which = 66; // b
inner$("#innerdocbody").trigger(e);
//ace creates a new dom element when you press a button, so just get the first text element again
@ -63,7 +63,4 @@ describe("bold button", function(){
done();
});
});