mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 03:36:18 +08:00
tweak icon-library generation
This commit is contained in:
@ -74,7 +74,7 @@ widgetTest('post deleted', {
|
||||
});
|
||||
},
|
||||
test(assert) {
|
||||
assert.ok(this.$('.post-action .d-trash-o').length === 1, 'it has the deleted icon');
|
||||
assert.ok(this.$('.post-action .d-icon-trash-o').length === 1, 'it has the deleted icon');
|
||||
assert.ok(this.$('.avatar[title=eviltrout]').length === 1, 'it has the deleted by avatar');
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user