Soeren.oldag 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: I76148baa52925d8b6b499c6e707f3e7e49c22cac
---
M tests/phpunit/Specials/SpecialCrossCheckTest.php
1 file changed, 5 insertions(+), 5 deletions(-)

Approvals:
  Soeren.oldag: Verified; Looks good to me, approved



diff --git a/tests/phpunit/Specials/SpecialCrossCheckTest.php 
b/tests/phpunit/Specials/SpecialCrossCheckTest.php
index 0016357..44dc00e 100755
--- a/tests/phpunit/Specials/SpecialCrossCheckTest.php
+++ b/tests/phpunit/Specials/SpecialCrossCheckTest.php
@@ -230,7 +230,7 @@
             'attributes' => array(
                 'placeholder' => 
'(wikidataquality-checkresult-form-entityid-placeholder)',
                 'name' => 'entityId',
-                'class' => 'wdq-checkresult-form-entity-id'
+                'class' => 'wdqa-checkresult-form-entity-id'
             )
         );
 
@@ -250,7 +250,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)'
         );
@@ -263,7 +263,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)'
         );
@@ -327,7 +327,7 @@
         $matchers['value status - references missing'] = array(
             'tag' => 'span',
             'attributes' => array(
-                'class' => 'wdq-status wdq-status-warning'
+                'class' => 'wdqa-status wdqa-status-warning'
             ),
             'content' => 
'(wikidataquality-checkresult-status-references-missing)'
         );
@@ -353,7 +353,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)'
         );

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I76148baa52925d8b6b499c6e707f3e7e49c22cac
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikidataQualityExternalValidation
Gerrit-Branch: master
Gerrit-Owner: Soeren.oldag <soeren_ol...@freenet.de>
Gerrit-Reviewer: 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