jenkins-bot has submitted this change and it was merged.

Change subject: Mark a step as pending since it fails because of a known bug
......................................................................


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

Bug: 56081
Change-Id: Idfa0f67c95ab6ed2c6e6a3d8fa99d064a8eb871f
---
M tests/browser/features/step_definitions/font_selection_steps.rb
1 file changed, 3 insertions(+), 1 deletion(-)

Approvals:
  Amire80: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/tests/browser/features/step_definitions/font_selection_steps.rb 
b/tests/browser/features/step_definitions/font_selection_steps.rb
index bf699d8..6a8ad24 100644
--- a/tests/browser/features/step_definitions/font_selection_steps.rb
+++ b/tests/browser/features/step_definitions/font_selection_steps.rb
@@ -11,7 +11,9 @@
 end
 
 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
 
 Then(/^the selected content font must be "(.*?)"$/) do |font|

-- 
To view, visit https://gerrit.wikimedia.org/r/91838
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Idfa0f67c95ab6ed2c6e6a3d8fa99d064a8eb871f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UniversalLanguageSelector
Gerrit-Branch: master
Gerrit-Owner: Zfilipin <[email protected]>
Gerrit-Reviewer: Amire80 <[email protected]>
Gerrit-Reviewer: Cmcmahon <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to