mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 19:54:14 +08:00
FIX: differentiate one/other select-kit maximumLabel/minimumLabel
This commit is contained in:

committed by
Joffrey JAFFEUX

parent
185d6ac747
commit
ba905b24ca
@ -512,7 +512,7 @@ componentTest('with minimum', {
|
||||
test(assert) {
|
||||
this.get('subject').expand();
|
||||
|
||||
andThen(() => assert.equal(this.get('subject').validationMessage(), 'Select at least 1 item(s).'));
|
||||
andThen(() => assert.equal(this.get('subject').validationMessage(), 'Select at least 1 item.'));
|
||||
|
||||
this.get('subject').selectRowByValue('sam');
|
||||
|
||||
|
Reference in New Issue
Block a user