fix font test
This commit is contained in:
parent
2bf16fe09f
commit
b5686adf92
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue