diff --git a/test/javascripts/widgets/post-test.js.es6 b/test/javascripts/widgets/post-test.js.es6 index f3aeec4028a..e8511f54516 100644 --- a/test/javascripts/widgets/post-test.js.es6 +++ b/test/javascripts/widgets/post-test.js.es6 @@ -144,7 +144,7 @@ widgetTest("like count button", { actions_summary: [{ id: 2, count: 1, hidden: false, can_act: true }] }); this.set("post", post); - this.set("args", { likeCount: 1 }); + this.set("args", { likeCount: 1, showLike: true }); }, async test(assert) { assert.ok(find("button.like-count").length === 1);