Update snapshots after front-end changes
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
79872b47df
commit
993f4a7dcb
@ -67,7 +67,7 @@ exports[`CommentTree renders an empty comment tree 1`] = `
|
|||||||
</article>
|
</article>
|
||||||
</form>
|
</form>
|
||||||
<transition-group-stub tag="div" name="comment-empty-list">
|
<transition-group-stub tag="div" name="comment-empty-list">
|
||||||
<empty-content-stub icon="comment" inline="true"><span>No comments yet</span></empty-content-stub>
|
<empty-content-stub icon="comment" descriptionclasses="" inline="true"><span>No comments yet</span></empty-content-stub>
|
||||||
</transition-group-stub>
|
</transition-group-stub>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
exports[`PostListItem renders post list item with basic informations 1`] = `
|
exports[`PostListItem renders post list item with basic informations 1`] = `
|
||||||
<a href="/p/my-blog-post-some-uuid" class="post-minimalist-card-wrapper" dir="auto">
|
<a href="/p/my-blog-post-some-uuid" class="post-minimalist-card-wrapper" dir="auto">
|
||||||
<!---->
|
<!---->
|
||||||
<div class="title-info-wrapper has-text-grey-dark">
|
<div class="title-info-wrapper has-text-grey-dark px-1">
|
||||||
<h3 lang="en" class="post-minimalist-title">
|
<h3 lang="en" class="post-minimalist-title">
|
||||||
My Blog Post
|
My Blog Post
|
||||||
</h3>
|
</h3>
|
||||||
@ -17,7 +17,7 @@ exports[`PostListItem renders post list item with basic informations 1`] = `
|
|||||||
exports[`PostListItem renders post list item with publisher name 1`] = `
|
exports[`PostListItem renders post list item with publisher name 1`] = `
|
||||||
<a href="/p/my-blog-post-some-uuid" class="post-minimalist-card-wrapper" dir="auto">
|
<a href="/p/my-blog-post-some-uuid" class="post-minimalist-card-wrapper" dir="auto">
|
||||||
<!---->
|
<!---->
|
||||||
<div class="title-info-wrapper has-text-grey-dark">
|
<div class="title-info-wrapper has-text-grey-dark px-1">
|
||||||
<h3 lang="en" class="post-minimalist-title">
|
<h3 lang="en" class="post-minimalist-title">
|
||||||
My Blog Post
|
My Blog Post
|
||||||
</h3>
|
</h3>
|
||||||
@ -31,7 +31,7 @@ exports[`PostListItem renders post list item with publisher name 1`] = `
|
|||||||
exports[`PostListItem renders post list item with tags 1`] = `
|
exports[`PostListItem renders post list item with tags 1`] = `
|
||||||
<a href="/p/my-blog-post-some-uuid" class="post-minimalist-card-wrapper" dir="auto">
|
<a href="/p/my-blog-post-some-uuid" class="post-minimalist-card-wrapper" dir="auto">
|
||||||
<!---->
|
<!---->
|
||||||
<div class="title-info-wrapper has-text-grey-dark">
|
<div class="title-info-wrapper has-text-grey-dark px-1">
|
||||||
<h3 lang="en" class="post-minimalist-title">
|
<h3 lang="en" class="post-minimalist-title">
|
||||||
My Blog Post
|
My Blog Post
|
||||||
</h3>
|
</h3>
|
||||||
|
Loading…
Reference in New Issue
Block a user