Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Feb 9, 2023
1 parent 871bf2c commit c63b5e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ exports[`SpaceContextActions action handlers renders actions that are always ava
</div>
<!--v-if-->
<!--v-if-->
<input accept="image/*" id="space-image-upload-input" multiple="" name="file" tabindex="-1" type="file">
<input accept="" id="space-image-upload-input" multiple="" name="file" tabindex="-1" type="file">
</div>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ exports[`SpaceHeader should add the "squashed"-class when the sidebar is opened
</div>
<!--v-if-->
<!--v-if-->
<input accept="image/*" id="space-image-upload-input" multiple="" name="file" tabindex="-1" type="file">
<input accept="" id="space-image-upload-input" multiple="" name="file" tabindex="-1" type="file">
</div>
</div>
</div>
Expand Down Expand Up @@ -149,7 +149,7 @@ exports[`SpaceHeader space image should show the default image if no other image
</div>
<!--v-if-->
<!--v-if-->
<input accept="image/*" id="space-image-upload-input" multiple="" name="file" tabindex="-1" type="file">
<input accept="" id="space-image-upload-input" multiple="" name="file" tabindex="-1" type="file">
</div>
</div>
</div>
Expand Down Expand Up @@ -228,7 +228,7 @@ exports[`SpaceHeader space image should show the set image 1`] = `
</div>
<!--v-if-->
<!--v-if-->
<input accept="image/*" id="space-image-upload-input" multiple="" name="file" tabindex="-1" type="file">
<input accept="" id="space-image-upload-input" multiple="" name="file" tabindex="-1" type="file">
</div>
</div>
</div>
Expand Down

0 comments on commit c63b5e3

Please sign in to comment.