Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkasany committed Jan 10, 2025
1 parent 57d6cef commit 83ad572
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions tests/__snapshots__/index.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -49,54 +49,6 @@ exports[`dialog add rootClassName and rootStyle should render correct 1`] = `
</div>
`;

exports[`dialog add rootClassName should render correct 1`] = `
<div
class="rc-dialog-root customize-root-class"
>
<div
class="rc-dialog-mask"
/>
<div
class="rc-dialog-wrap"
style="font-size: 10px;"
tabindex="-1"
>
<div
aria-modal="true"
class="rc-dialog"
role="dialog"
style="width: 600px; height: 903px;"
>
<div
style="outline: none;"
tabindex="0"
>
<div
class="rc-dialog-section"
>
<button
aria-label="Close"
class="rc-dialog-close"
type="button"
>
<span
class="rc-dialog-close-x"
/>
</button>
<div
class="rc-dialog-body"
/>
</div>
</div>
<div
style="width: 0px; height: 0px; overflow: hidden; outline: none;"
tabindex="0"
/>
</div>
</div>
</div>
`;

exports[`dialog should render correct 1`] = `
<div
class="rc-dialog-root"
Expand Down

0 comments on commit 83ad572

Please sign in to comment.