Tobias Gritschacher has uploaded a new change for review.
https://gerrit.wikimedia.org/r/82850
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(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase
refs/changes/50/82850/1
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: newchange
Gerrit-Change-Id: I36e604327a46459bf764f5f443b366051a651cec
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Tobias Gritschacher <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits