UX: replace closed topic icon with discourse-no-entry

This commit is contained in:
Kris
2020-04-24 17:31:34 -04:00
parent e638d43f0a
commit 040b8c00a4
9 changed files with 22 additions and 36 deletions

View File

@ -12,7 +12,7 @@ widgetTest("basics", {
});
},
test(assert) {
assert.ok(find(".topic-status .d-icon-discourse-comment-close").length);
assert.ok(find(".topic-status .d-icon-discourse-no-entry").length);
}
});