`;
diff --git a/src/core/client/stream/test/comments/__snapshots__/showAllReplies.spec.tsx.snap b/src/core/client/stream/test/comments/__snapshots__/showAllReplies.spec.tsx.snap
index 574177ee9..27fc4c77a 100644
--- a/src/core/client/stream/test/comments/__snapshots__/showAllReplies.spec.tsx.snap
+++ b/src/core/client/stream/test/comments/__snapshots__/showAllReplies.spec.tsx.snap
@@ -4,15 +4,318 @@ exports[`renders comment stream 1`] = `
-
- Cannot return null for non-nullable field Comment.actionCounts.
-
-GraphQL request (218:3)
-217: }
-218: actionCounts {
- ^
-219: reaction {
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Post a comment
+
+
+
+
+
+
+
+
+
`;
diff --git a/src/core/client/stream/test/fixtures.ts b/src/core/client/stream/test/fixtures.ts
index a0e6e6a31..d77b4dde3 100644
--- a/src/core/client/stream/test/fixtures.ts
+++ b/src/core/client/stream/test/fixtures.ts
@@ -24,6 +24,11 @@ export const comments = [
edited: false,
editableUntil: "2018-07-06T18:24:30.000Z",
},
+ actionCounts: {
+ reaction: {
+ total: 0,
+ },
+ },
},
{
id: "comment-1",
@@ -35,6 +40,11 @@ export const comments = [
edited: false,
editableUntil: "2018-07-06T18:20:30.000Z",
},
+ actionCounts: {
+ reaction: {
+ total: 0,
+ },
+ },
},
{
id: "comment-2",
@@ -46,6 +56,11 @@ export const comments = [
edited: false,
editableUntil: "2018-07-06T18:14:30.000Z",
},
+ actionCounts: {
+ reaction: {
+ total: 0,
+ },
+ },
},
{
id: "comment-3",
@@ -57,6 +72,11 @@ export const comments = [
edited: false,
editableUntil: "2018-07-06T18:14:30.000Z",
},
+ actionCounts: {
+ reaction: {
+ total: 0,
+ },
+ },
},
{
id: "comment-4",
@@ -68,6 +88,11 @@ export const comments = [
edited: false,
editableUntil: "2018-07-06T18:14:30.000Z",
},
+ actionCounts: {
+ reaction: {
+ total: 0,
+ },
+ },
},
{
id: "comment-5",
@@ -79,6 +104,11 @@ export const comments = [
edited: false,
editableUntil: "2018-07-06T18:14:30.000Z",
},
+ actionCounts: {
+ reaction: {
+ total: 0,
+ },
+ },
},
];
@@ -117,6 +147,11 @@ export const commentWithReplies = {
edited: false,
editableUntil: "2018-07-06T18:24:30.000Z",
},
+ actionCounts: {
+ reaction: {
+ total: 0,
+ },
+ },
};
export const commentWithDeepReplies = {
@@ -137,6 +172,11 @@ export const commentWithDeepReplies = {
edited: false,
editableUntil: "2018-07-06T18:24:30.000Z",
},
+ actionCounts: {
+ reaction: {
+ total: 0,
+ },
+ },
};
export const assetWithReplies = {