Skip to content

Commit

Permalink
chore: added updated snapshot for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrina-bongiovanni committed Mar 15, 2024
1 parent 6770ac4 commit f2ba3bd
Showing 1 changed file with 15 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,14 @@ exports[`FileWidget renders a file widget component with value 1`] = `
<div
class="field-file-name"
>
myfile
<a
class="external"
href="http://myfile"
rel="noopener noreferrer"
target="_blank"
>
myfile
</a>
<button
aria-label="delete file"
class="ui basic icon button delete-button"
Expand Down Expand Up @@ -130,7 +137,13 @@ exports[`FileWidget renders a file widget component with value in raw data 1`] =
<div
class="field-file-name"
>
myfile
<a
class="external"
rel="noopener noreferrer"
target="_blank"
>
myfile
</a>
<button
aria-label="delete file"
class="ui basic icon button delete-button"
Expand Down

0 comments on commit f2ba3bd

Please sign in to comment.