fix font type test

pull/2566/head
John McLear 2015-03-31 23:51:40 +01:00
parent 0b90da19d2
commit 733deb613e
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ describe("font select", function(){
//check if font changed to monospace
var fontFamily = inner$("body").css("font-family").toLowerCase();
expect(fontFamily).to.be("monospace");
expect(fontFamily).to.be("courier new");
done();
});