Bartosz Dziewoński has uploaded a new change for review.

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

Change subject: testsuitegenerator: Change values tested for 'flags' config 
options
......................................................................

testsuitegenerator: Change values tested for 'flags' config options

1. Don't test 'constructive', it's vaguely deprecated.
2. Test both 'progressive' and 'primary' to better verify that correct
   icon variants are chosen in MediaWiki theme.

Change-Id: I353791f7398d9f6f74a255345d5ce4ae220c72b3
---
M bin/testsuitegenerator.rb
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/15/276215/1

diff --git a/bin/testsuitegenerator.rb b/bin/testsuitegenerator.rb
index 074d507..6cf16a4 100644
--- a/bin/testsuitegenerator.rb
+++ b/bin/testsuitegenerator.rb
@@ -51,7 +51,7 @@
                'maxLength' => [100],
                'icon' => ['image'],
                'indicator' => ['down'],
-               'flags' => %w[constructive],
+               'flags' => %w[progressive primary],
                'label' => expandos['string'] + ['', ' '],
                # these are defined by Element and would bloat the tests
                'classes' => true,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I353791f7398d9f6f74a255345d5ce4ae220c72b3
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <[email protected]>

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

Reply via email to