Jonaskeutel has submitted this change and it was merged.

Change subject: Adopted special page test to renamed css classes.
......................................................................


Adopted special page test to renamed css classes.

Change-Id: Ia97d7c81b09a8f2a30fc1286da1d1a2aee7d3c1e
---
M tests/phpunit/Specials/SpecialConstraintReportTest.php
1 file changed, 5 insertions(+), 5 deletions(-)

Approvals:
  Jonaskeutel: Verified; Looks good to me, approved



diff --git a/tests/phpunit/Specials/SpecialConstraintReportTest.php 
b/tests/phpunit/Specials/SpecialConstraintReportTest.php
index 4296edd..4102fd1 100755
--- a/tests/phpunit/Specials/SpecialConstraintReportTest.php
+++ b/tests/phpunit/Specials/SpecialConstraintReportTest.php
@@ -172,7 +172,7 @@
                        'attributes' => array (
                                'placeholder' => 
'(wikidataquality-checkresult-form-entityid-placeholder)',
                                'name' => 'entityId',
-                               'class' => 'wdq-checkresult-form-entity-id'
+                               'class' => 'wdqa-checkresult-form-entity-id'
                        )
                );
 
@@ -192,7 +192,7 @@
                $matchers[ 'error' ] = array (
                        'tag' => 'p',
                        'attributes' => array (
-                               'class' => 'wdq-checkresult-notice 
wdq-checkresult-notice-error'
+                               'class' => 'wdqa-checkresult-notice 
wdqa-checkresult-notice-error'
                        ),
                        'content' => 
'(wikidataquality-checkresult-invalid-entity-id)'
                );
@@ -205,7 +205,7 @@
                $matchers[ 'error' ] = array (
                        'tag' => 'p',
                        'attributes' => array (
-                               'class' => 'wdq-checkresult-notice 
wdq-checkresult-notice-error'
+                               'class' => 'wdqa-checkresult-notice 
wdqa-checkresult-notice-error'
                        ),
                        'content' => 
'(wikidataquality-checkresult-not-existent-entity)'
                );
@@ -258,7 +258,7 @@
                $matchers[ 'value status - violation' ] = array (
                        'tag' => 'span',
                        'attributes' => array (
-                               'class' => 'wdq-status wdq-status-error'
+                               'class' => 'wdqa-status wdqa-status-error'
                        ),
                        'content' => 
'(wikidataquality-checkresult-status-violation)'
                );
@@ -266,7 +266,7 @@
                $matchers[ 'value status - compliance' ] = array (
                        'tag' => 'span',
                        'attributes' => array (
-                               'class' => 'wdq-status wdq-status-success'
+                               'class' => 'wdqa-status wdqa-status-success'
                        ),
                        'content' => 
'(wikidataquality-checkresult-status-compliance)'
                );

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia97d7c81b09a8f2a30fc1286da1d1a2aee7d3c1e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikidataQualityConstraints
Gerrit-Branch: master
Gerrit-Owner: Soeren.oldag <[email protected]>
Gerrit-Reviewer: Jonaskeutel <[email protected]>

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

Reply via email to