mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
FEATURE: support for multi-combo-box
This commit is contained in:
parent
3093074398
commit
0da529010a
58 changed files with 1394 additions and 985 deletions
|
@ -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") );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue