mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +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
|
@ -10,7 +10,7 @@ componentTest('default', {
|
|||
assert.equal($selectBox.el.find(".d-icon-bars").length, 1);
|
||||
assert.equal($selectBox.el.find(".d-icon-caret-down").length, 1);
|
||||
|
||||
expandSelectBox('.categories-admin-dropdown');
|
||||
expandSelectBoxKit();
|
||||
|
||||
andThen(() => {
|
||||
assert.equal($selectBox.rowByValue("create").name(), "New Category");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue