From 4e205fe0af0669588b0b6779def303c4a62b1155 Mon Sep 17 00:00:00 2001 From: John McLear Date: Fri, 1 Mar 2013 23:33:24 +0000 Subject: [PATCH] fix monospace text --- tests/frontend/specs/font_type.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/frontend/specs/font_type.js b/tests/frontend/specs/font_type.js index 8ef489aa8..af90b865b 100644 --- a/tests/frontend/specs/font_type.js +++ b/tests/frontend/specs/font_type.js @@ -17,11 +17,9 @@ describe("font select", function(){ var $viewfontmenu = chrome$("#viewfontmenu"); var $monospaceoption = $viewfontmenu.find("[value=monospace]"); -console.log($monospaceoption); - //select monospace and fire change event $monospaceoption.attr('selected','selected'); - // $viewfontmenu.change(); + $viewfontmenu.change(); //check if font changed to monospace var fontFamily = inner$("body").css("font-family").toLowerCase();