fix font type test
This commit is contained in:
parent
0b90da19d2
commit
733deb613e
@ -24,7 +24,7 @@ describe("font select", function(){
|
|||||||
|
|
||||||
//check if font changed to monospace
|
//check if font changed to monospace
|
||||||
var fontFamily = inner$("body").css("font-family").toLowerCase();
|
var fontFamily = inner$("body").css("font-family").toLowerCase();
|
||||||
expect(fontFamily).to.be("monospace");
|
expect(fontFamily).to.be("courier new");
|
||||||
|
|
||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user