summaryrefslogtreecommitdiffstats
path: root/webapp/tests/components/post_view/post_info/__snapshots__/post_info.test.jsx.snap
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/tests/components/post_view/post_info/__snapshots__/post_info.test.jsx.snap')
-rw-r--r--webapp/tests/components/post_view/post_info/__snapshots__/post_info.test.jsx.snap7
1 files changed, 7 insertions, 0 deletions
diff --git a/webapp/tests/components/post_view/post_info/__snapshots__/post_info.test.jsx.snap b/webapp/tests/components/post_view/post_info/__snapshots__/post_info.test.jsx.snap
index 911008a7b..d58df052d 100644
--- a/webapp/tests/components/post_view/post_info/__snapshots__/post_info.test.jsx.snap
+++ b/webapp/tests/components/post_view/post_info/__snapshots__/post_info.test.jsx.snap
@@ -9,6 +9,7 @@ exports[`components/post_view/PostInfo should match snapshot 1`] = `
>
<PostTime
eventTime={1502715365009}
+ isPermalink={true}
postId="e584uzbwwpny9kengqayx5ayzw"
useMilitaryTime={false}
/>
@@ -98,6 +99,7 @@ exports[`components/post_view/PostInfo should match snapshot, compact display 1`
>
<PostTime
eventTime={1502715365009}
+ isPermalink={true}
postId="e584uzbwwpny9kengqayx5ayzw"
useMilitaryTime={false}
/>
@@ -187,6 +189,7 @@ exports[`components/post_view/PostInfo should match snapshot, ephemeral deleted
>
<PostTime
eventTime={1502715365009}
+ isPermalink={false}
postId="e584uzbwwpny9kengqayx5ayzw"
useMilitaryTime={false}
/>
@@ -222,6 +225,7 @@ exports[`components/post_view/PostInfo should match snapshot, ephemeral post 1`]
>
<PostTime
eventTime={1502715365009}
+ isPermalink={false}
postId="e584uzbwwpny9kengqayx5ayzw"
useMilitaryTime={false}
/>
@@ -266,6 +270,7 @@ exports[`components/post_view/PostInfo should match snapshot, flagged post 1`] =
>
<PostTime
eventTime={1502715365009}
+ isPermalink={true}
postId="e584uzbwwpny9kengqayx5ayzw"
useMilitaryTime={false}
/>
@@ -355,6 +360,7 @@ exports[`components/post_view/PostInfo should match snapshot, military time 1`]
>
<PostTime
eventTime={1502715365009}
+ isPermalink={true}
postId="e584uzbwwpny9kengqayx5ayzw"
useMilitaryTime={true}
/>
@@ -418,6 +424,7 @@ exports[`components/post_view/PostInfo should match snapshot, pinned post 1`] =
>
<PostTime
eventTime={1502715365009}
+ isPermalink={true}
postId="e584uzbwwpny9kengqayx5ayzw"
useMilitaryTime={false}
/>