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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user