diff --git a/tests/browser/features/font_selection_default_enabled.feature b/tests/browser/features/font_selection_default_enabled.feature index f931c3bb..4e9d5735 100644 --- a/tests/browser/features/font_selection_default_enabled.feature +++ b/tests/browser/features/font_selection_default_enabled.feature @@ -11,7 +11,7 @@ Feature: Font selection This feature is similar to font_selection_default_disabled, but it is targeted at wikis where automatic font downloading - is disabled by default ($wgULSWebfontsEnabled = true). + is enabled by default ($wgULSWebfontsEnabled = true). Background: Given I am logged in diff --git a/tests/browser/features/step_definitions/font_selection_steps.rb b/tests/browser/features/step_definitions/font_selection_steps.rb index e6ea5e32..bbaf48e0 100644 --- a/tests/browser/features/step_definitions/font_selection_steps.rb +++ b/tests/browser/features/step_definitions/font_selection_steps.rb @@ -19,9 +19,7 @@ Given(/^I open ULS$/) do end Then(/^the active content font must be the same as font prior to the preview$/) do - pending("bug #56081") do - on(PanelPage).content_font.should == @original_content_font - end + on(PanelPage).content_font.should == @original_content_font end Then(/^the active interface font must be the same as font prior to the preview$/) do