Various fixes in font_selection tests.

1. Fixed comment in header comment (/s/disabled/enabled).
 2. Remove pending step for #56081 bug.

Change-Id: I9b1a74aa4c0305f529123f24dc05f8c8e5d4f58d
This commit is contained in:
Kartik Mistry
2014-02-18 11:02:24 +05:30
parent ccbe2b7d58
commit efb1275fc7
2 changed files with 2 additions and 4 deletions

View File

@@ -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

View File

@@ -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
end
Then(/^the active interface font must be the same as font prior to the preview$/) do