mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 14:11:16 +08:00
REFACTOR: Replace some fa-*
uses with helpers
This commit is contained in:
@ -38,7 +38,7 @@ widgetTest('extra classes and glyphs', {
|
||||
assert.ok(this.$('span.staff').length);
|
||||
assert.ok(this.$('span.admin').length);
|
||||
assert.ok(this.$('span.moderator').length);
|
||||
assert.ok(this.$('i.fa-shield').length);
|
||||
assert.ok(this.$('.d-icon-shield').length);
|
||||
assert.ok(this.$('span.new-user').length);
|
||||
assert.ok(this.$('span.fish').length);
|
||||
}
|
||||
|
Reference in New Issue
Block a user