mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
fix font test
This commit is contained in:
parent
2bf16fe09f
commit
b5686adf92
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue