Mark a step as pending since it fails because of a known bug
Bug: 56081 Change-Id: Idfa0f67c95ab6ed2c6e6a3d8fa99d064a8eb871f
This commit is contained in:
@@ -11,7 +11,9 @@ When(/^I open fonts panel of language settings$/) do
|
|||||||
end
|
end
|
||||||
|
|
||||||
Then(/^the active content font must be the same as font prior to the preview$/) do
|
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
|
end
|
||||||
|
|
||||||
Then(/^the selected content font must be "(.*?)"$/) do |font|
|
Then(/^the selected content font must be "(.*?)"$/) do |font|
|
||||||
|
|||||||
Reference in New Issue
Block a user