// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`PostElementItem renders post with basic informations 1`] = `

My Blog Post

`; exports[`PostElementItem shows the author if actor is a group member 1`] = `

My Blog Post

`; exports[`PostElementItem shows the draft tag if post is a draft 1`] = `

My Blog Post

`; exports[`PostElementItem tells if the post is accessible only through link 1`] = `

My Blog Post

`; exports[`PostElementItem tells if the post is accessible only to members 1`] = `

My Blog Post

`; exports[`PostElementItem tells if the post is public when the actor is a group member 1`] = `

My Blog Post

`;