fix chrome test
This commit is contained in:
parent
7cb12ac10c
commit
15470c9dc3
|
@ -24,7 +24,8 @@ describe("font select", function(){
|
|||
|
||||
//check if font changed to monospace
|
||||
var fontFamily = inner$("body").css("font-family").toLowerCase();
|
||||
expect(fontFamily).to.be("courier new");
|
||||
var containsStr = fontFamily.indexOf("courier new");
|
||||
expect(containsStr).to.not.be(-1);
|
||||
|
||||
done();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue