Tobias Gritschacher has submitted this change and it was merged.

Change subject: Fix selenium test for Special:EntitiesWithoutLabel
......................................................................


Fix selenium test for Special:EntitiesWithoutLabel

- this broke after a baseclass SpecialEntitiesWithoutPage got introduced
  where the ids of the form elements changed

Change-Id: I358715a6ceb0de4d3bf3d328a64c6482ab288568
---
M selenium/lib/pages/entities_without_label_page.rb
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/selenium/lib/pages/entities_without_label_page.rb 
b/selenium/lib/pages/entities_without_label_page.rb
index c9a7f36..a4976c0 100644
--- a/selenium/lib/pages/entities_without_label_page.rb
+++ b/selenium/lib/pages/entities_without_label_page.rb
@@ -11,7 +11,7 @@
   page_url WIKI_REPO_URL + "Special:EntitiesWithoutLabel"
 
   text_field(:languageField, :name => "language")
-  button(:entitiesWithoutLabelSubmit, :css => 
"form#wb-entitieswithoutlabel-form > fieldset > p > input[type='submit']")
+  button(:entitiesWithoutLabelSubmit, :css => 
"form#wb-entitieswithoutpage-form > fieldset > p > input[type='submit']")
 
   link(:listItemLink, :css => "ol.special > li:nth-of-type(1) > 
a:nth-of-type(1)")
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I358715a6ceb0de4d3bf3d328a64c6482ab288568
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Tobias Gritschacher <tobias.gritschac...@wikimedia.de>
Gerrit-Reviewer: Tobias Gritschacher <tobias.gritschac...@wikimedia.de>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to