From e3c93d17fa21afed42b3d6d360534a39abbe721a Mon Sep 17 00:00:00 2001 From: Zeljko Filipin Date: Fri, 25 Oct 2013 12:24:57 +0200 Subject: [PATCH] Change the assertion back to original state Bug: 56081 Change-Id: I16a8ee6c4d8aae8778f99f6e0cd0bfc7e0f32b4e --- tests/browser/features/step_definitions/font_selection_steps.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/browser/features/step_definitions/font_selection_steps.rb b/tests/browser/features/step_definitions/font_selection_steps.rb index 6a8ad241..214ca8e3 100644 --- a/tests/browser/features/step_definitions/font_selection_steps.rb +++ b/tests/browser/features/step_definitions/font_selection_steps.rb @@ -12,7 +12,7 @@ end Then(/^the active content font must be the same as font prior to the preview$/) do pending('bug #56081') do - on(PanelPage).get_content_font.should_not == @original_content_font + on(PanelPage).get_content_font.should == @original_content_font end end