mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: differentiate one/other select-kit maximumLabel/minimumLabel
This commit is contained in:
parent
185d6ac747
commit
ba905b24ca
3 changed files with 8 additions and 4 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue