mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
tweak icon-library generation
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user