Fix front-end tests

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-10-11 18:29:01 +02:00
parent e606090f17
commit e280820e9c
5 changed files with 9 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ exports[`CommentTree renders a comment tree with comments 1`] = `
<div class="field">
<div class="field">
<p class="control">
<editor-stub mode="comment" value=""></editor-stub>
<editor-stub mode="comment" aria-label="Comment body" value=""></editor-stub>
</p>
<!---->
</div>
@@ -54,7 +54,7 @@ exports[`CommentTree renders an empty comment tree 1`] = `
<div class="field">
<div class="field">
<p class="control">
<editor-stub mode="comment" value=""></editor-stub>
<editor-stub mode="comment" aria-label="Comment body" value=""></editor-stub>
</p>
<!---->
</div>