Change the assertion back to original state

Bug: 56081
Change-Id: I16a8ee6c4d8aae8778f99f6e0cd0bfc7e0f32b4e
This commit is contained in:
Zeljko Filipin
2013-10-25 12:24:57 +02:00
parent 29ab2467f9
commit e3c93d17fa

View File

@@ -12,7 +12,7 @@ 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
pending('bug #56081') do pending('bug #56081') do
on(PanelPage).get_content_font.should_not == @original_content_font on(PanelPage).get_content_font.should == @original_content_font
end end
end end