FIX: differentiate one/other select-kit maximumLabel/minimumLabel

This commit is contained in:
Claas Augner
2018-04-09 09:12:01 +02:00
committed by Joffrey JAFFEUX
parent 185d6ac747
commit ba905b24ca
3 changed files with 8 additions and 4 deletions

View File

@ -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');