diff --git a/tests/browser/features/step_definitions/font_selection_steps.rb b/tests/browser/features/step_definitions/font_selection_steps.rb index bf699d86..6a8ad241 100644 --- a/tests/browser/features/step_definitions/font_selection_steps.rb +++ b/tests/browser/features/step_definitions/font_selection_steps.rb @@ -11,7 +11,9 @@ When(/^I open fonts panel of language settings$/) do end Then(/^the active content font must be the same as font prior to the preview$/) do - on(PanelPage).get_content_font.should == @original_content_font + pending('bug #56081') do + on(PanelPage).get_content_font.should_not == @original_content_font + end end Then(/^the selected content font must be "(.*?)"$/) do |font|