Soeren.oldag has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/216042

Change subject: Fixed special page test.
......................................................................

Fixed special page test.

Change-Id: I0be318e4cbfbfa91a272780fe125228c77213670
---
M tests/phpunit/Specials/SpecialConstraintReportTest.php
1 file changed, 1 insertion(+), 3 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikidataQualityConstraints
 refs/changes/42/216042/1

diff --git a/tests/phpunit/Specials/SpecialConstraintReportTest.php 
b/tests/phpunit/Specials/SpecialConstraintReportTest.php
index 5873c70..0121e4a 100755
--- a/tests/phpunit/Specials/SpecialConstraintReportTest.php
+++ b/tests/phpunit/Specials/SpecialConstraintReportTest.php
@@ -171,7 +171,7 @@
                        'tag' => 'input',
                        'attributes' => array (
                                'placeholder' => 
'(wbqc-constraintreport-form-entityid-placeholder)',
-                               'name' => 'entityId',
+                               'name' => 'entityid',
                                'class' => 
'wbqc-constraintreport-form-entity-id'
                        )
                );
@@ -179,10 +179,8 @@
                $matchers[ 'submit' ] = array (
                        'tag' => 'input',
                        'attributes' => array (
-                               'class' => 'wbqc-constraintreport-form-submit',
                                'type' => 'submit',
                                'value' => 
'(wbqc-constraintreport-form-submit-label)',
-                               'name' => 'submit'
                        )
                );
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0be318e4cbfbfa91a272780fe125228c77213670
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikidataQualityConstraints
Gerrit-Branch: master
Gerrit-Owner: Soeren.oldag <soeren_ol...@freenet.de>

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

Reply via email to