mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 01:21:23 +08:00
FEATURE: support for multi-combo-box
This commit is contained in:
@ -23,7 +23,7 @@ componentTest('updating the content refreshes the list', {
|
||||
test(assert) {
|
||||
andThen(() => assert.notOk(selectBox().isHidden) );
|
||||
|
||||
expandSelectBox();
|
||||
expandSelectBoxKit();
|
||||
|
||||
andThen(() => assert.equal(selectBox().selectedRow.name(), "Pinned") );
|
||||
|
||||
|
Reference in New Issue
Block a user