2
0
Fork 0
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:
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');