diff --git a/test/javascripts/widgets/topic-status-test.js b/test/javascripts/widgets/topic-status-test.js index c5888d4aa4d..5cc6f9d4372 100644 --- a/test/javascripts/widgets/topic-status-test.js +++ b/test/javascripts/widgets/topic-status-test.js @@ -12,7 +12,7 @@ widgetTest("basics", { }); }, test(assert) { - assert.ok(find(".topic-status .d-icon-lock").length); + assert.ok(find(".topic-status .d-icon-discourse-comment-slash").length); } });