Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuiai01 committed Sep 21, 2023
1 parent 03af50e commit 75061ab
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1291,21 +1291,15 @@ exports[`renders components/tooltip/demo/disabled.tsx extend context correctly 1
<div
class="ant-space-item"
>
<span
class="ant-tooltip-disabled-compatible-wrapper"
style="display: inline-block; cursor: not-allowed;"
<button
class="ant-btn ant-btn-default"
disabled=""
type="button"
>
<button
class="ant-btn ant-btn-default"
disabled=""
style="pointer-events: none;"
type="button"
>
<span>
Disabled
</span>
</button>
</span>
<span>
Disabled
</span>
</button>
<div
class="ant-tooltip ant-zoom-big-fast-appear ant-zoom-big-fast-appear-prepare ant-zoom-big-fast ant-tooltip-placement-top"
style="--arrow-x: 0px; --arrow-y: 0px; left: -1000vw; top: -1000vh; box-sizing: border-box;"
Expand Down
22 changes: 8 additions & 14 deletions components/tooltip/__tests__/__snapshots__/demo.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -540,21 +540,15 @@ exports[`renders components/tooltip/demo/disabled.tsx correctly 1`] = `
<div
class="ant-space-item"
>
<span
class="ant-tooltip-disabled-compatible-wrapper"
style="display:inline-block;cursor:not-allowed"
<button
class="ant-btn ant-btn-default"
disabled=""
type="button"
>
<button
class="ant-btn ant-btn-default"
disabled=""
style="pointer-events:none"
type="button"
>
<span>
Disabled
</span>
</button>
</span>
<span>
Disabled
</span>
</button>
</div>
<div
class="ant-space-item"
Expand Down

0 comments on commit 75061ab

Please sign in to comment.