Mark a step as pending since it fails because of a known bug

Bug: 56081
Change-Id: Idfa0f67c95ab6ed2c6e6a3d8fa99d064a8eb871f
This commit is contained in:
Zeljko Filipin
2013-10-25 12:19:39 +02:00
parent a2ac764d72
commit 29ab2467f9

View File

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