This commit is contained in:
Kris
2020-04-21 17:57:25 -04:00
parent b6489d2690
commit d1bee13fda

View File

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