Tobias Gritschacher has submitted this change and it was merged.

Change subject: Fix Undo Selenium test that broke due to badges support
......................................................................


Fix Undo Selenium test that broke due to badges support

Change-Id: I36e604327a46459bf764f5f443b366051a651cec
---
M repo/tests/selenium/special/undo_spec.rb
1 file changed, 4 insertions(+), 4 deletions(-)

Approvals:
  Tobias Gritschacher: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/repo/tests/selenium/special/undo_spec.rb 
b/repo/tests/selenium/special/undo_spec.rb
index e36ff5c..4309638 100644
--- a/repo/tests/selenium/special/undo_spec.rb
+++ b/repo/tests/selenium/special/undo_spec.rb
@@ -156,8 +156,8 @@
         page.undo1_element.when_present.click
         page.undoDel_element.when_present.text.should == sitelinks[1][1]
         page.undoIns?.should be_false
-        page.undoDelTitle_element.when_present.text.should == "links / dewiki"
-        page.undoInsTitle_element.when_present.text.should == "links / dewiki"
+        page.undoDelTitle_element.when_present.text.should == "links / dewiki 
/ name"
+        page.undoInsTitle_element.when_present.text.should == "links / dewiki 
/ name"
         page.undoSave
       end
     end
@@ -174,8 +174,8 @@
         page.undo6_element.when_present.click
         page.undoDel_element.when_present.text.should == sitelink_changed
         page.undoIns_element.when_present.text.should == sitelinks[0][1]
-        page.undoDelTitle_element.when_present.text.should == "links / enwiki"
-        page.undoInsTitle_element.when_present.text.should == "links / enwiki"
+        page.undoDelTitle_element.when_present.text.should == "links / enwiki 
/ name"
+        page.undoInsTitle_element.when_present.text.should == "links / enwiki 
/ name"
         page.undoSave
       end
     end

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I36e604327a46459bf764f5f443b366051a651cec
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Tobias Gritschacher <[email protected]>
Gerrit-Reviewer: Tobias Gritschacher <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to