mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
tweak icon-library generation
This commit is contained in:
parent
dd5562322b
commit
9208909b26
17 changed files with 64 additions and 52 deletions
|
@ -7,8 +7,8 @@ componentTest('default', {
|
|||
test(assert) {
|
||||
const $selectKit = selectKit('.categories-admin-dropdown');
|
||||
|
||||
assert.equal($selectKit.el.find(".d-bars").length, 1);
|
||||
assert.equal($selectKit.el.find(".d-caret-down").length, 1);
|
||||
assert.equal($selectKit.el.find(".d-icon-bars").length, 1);
|
||||
assert.equal($selectKit.el.find(".d-icon-caret-down").length, 1);
|
||||
|
||||
expandSelectKit();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue