Skip to content

Commit

Permalink
chore: update test snap
Browse files Browse the repository at this point in the history
  • Loading branch information
YumoImer committed Dec 24, 2024
1 parent ac94a53 commit cbfc3fb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,14 @@ exports[`renders components/sender/demo/focus.tsx extend context correctly 1`] =
Focus prevent scroll
</span>
</button>
<button
class="ant-btn ant-btn-default ant-btn-color-default ant-btn-variant-outlined"
type="button"
>
<span>
Blur
</span>
</button>
<div
class="ant-sender"
>
Expand Down
8 changes: 8 additions & 0 deletions components/sender/__tests__/__snapshots__/demo.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,14 @@ exports[`renders components/sender/demo/focus.tsx correctly 1`] = `
Focus prevent scroll
</span>
</button>
<button
class="ant-btn ant-btn-default ant-btn-color-default ant-btn-variant-outlined"
type="button"
>
<span>
Blur
</span>
</button>
<div
class="ant-sender"
>
Expand Down

0 comments on commit cbfc3fb

Please sign in to comment.