mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 14:12:10 +08:00
icons deprecations fixes (#6920)
This commit is contained in:
@ -80,7 +80,7 @@ widgetTest("post deleted", {
|
||||
},
|
||||
test(assert) {
|
||||
assert.ok(
|
||||
this.$(".post-action .d-icon-trash-o").length === 1,
|
||||
this.$(".post-action .d-icon-far-trash-alt").length === 1,
|
||||
"it has the deleted icon"
|
||||
);
|
||||
assert.ok(
|
||||
|
Reference in New Issue
Block a user