FIX: differentiate one/other select-kit maximumLabel/minimumLabel
This commit is contained in:
committed by
Joffrey JAFFEUX
parent
185d6ac747
commit
ba905b24ca
@@ -171,7 +171,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');
|
||||
|
||||
|
||||
@@ -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