summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2013-03-01 23:40:25 +0000
committerJohn McLear <john@mclear.co.uk>2013-03-01 23:40:25 +0000
commitd8154deee3ba61d34fac105f96be41fa2131d8a3 (patch)
treeb20b5df6ea6b281936f8301e469e72cbc9a9b347
parent4e205fe0af0669588b0b6779def303c4a62b1155 (diff)
downloadetherpad-lite-d8154deee3ba61d34fac105f96be41fa2131d8a3.zip
more fixes
-rw-r--r--tests/frontend/specs/font_type.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/frontend/specs/font_type.js b/tests/frontend/specs/font_type.js
index af90b865..25d9df05 100644
--- a/tests/frontend/specs/font_type.js
+++ b/tests/frontend/specs/font_type.js
@@ -19,6 +19,7 @@ describe("font select", function(){
//select monospace and fire change event
$monospaceoption.attr('selected','selected');
+ $viewfontmenu.val("monospace");
$viewfontmenu.change();
//check if font changed to monospace