fix font test

This commit is contained in:
John McLear 2015-07-01 20:23:31 +01:00
parent 2bf16fe09f
commit b5686adf92
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();
var containsStr = fontFamily.indexOf("courier new");
var containsStr = fontFamily.indexOf("monospace");
expect(containsStr).to.not.be(-1);
done();