FIX: We just show likes to see like count

This commit is contained in:
Robin Ward 2019-05-06 18:19:45 -04:00
parent 310e196aca
commit e9564c999f

View File

@ -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);