Skip to content

Commit

Permalink
test: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Apr 24, 2022
1 parent d5fcc34 commit d628c16
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion tests/__snapshots__/controlled.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

exports[`Controlled With previewVisible 1`] = `
<div
aria-modal="true"
class="rc-image-preview"
role="document"
role="dialog"
>
<div
aria-hidden="true"
Expand Down
4 changes: 2 additions & 2 deletions tests/__snapshots__/preview.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ Array [
/>
<div
class="rc-image-preview-wrap"
role="dialog"
tabindex="-1"
>
<div
aria-modal="true"
class="rc-image-preview"
role="document"
role="dialog"
>
<div
aria-hidden="true"
Expand Down
3 changes: 2 additions & 1 deletion tests/__snapshots__/previewGroup.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

exports[`PreviewGroup With Controlled 1`] = `
<div
aria-modal="true"
class="rc-image-preview"
role="document"
role="dialog"
>
<div
aria-hidden="true"
Expand Down

1 comment on commit d628c16

@vercel
Copy link

@vercel vercel bot commented on d628c16 Apr 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.