Skip to content

Commit

Permalink
fix: fix snap
Browse files Browse the repository at this point in the history
  • Loading branch information
li-jia-nan committed Dec 31, 2024
1 parent f6476c8 commit 8de37f9
Showing 1 changed file with 18 additions and 24 deletions.
42 changes: 18 additions & 24 deletions tests/__snapshots__/AllowClear.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ exports[`should support allowClear should not show icon if defaultValue is undef
<span
class="rc-mentions-suffix"
>
<span
<button
class="rc-mentions-clear-icon rc-mentions-clear-icon-hidden"
role="button"
tabindex="-1"
type="button"
>
</span>
</button>
</span>
</span>
`;
Expand All @@ -41,13 +40,12 @@ exports[`should support allowClear should not show icon if defaultValue is undef
<span
class="rc-mentions-suffix"
>
<span
<button
class="rc-mentions-clear-icon rc-mentions-clear-icon-hidden"
role="button"
tabindex="-1"
type="button"
>
</span>
</button>
</span>
</span>
`;
Expand All @@ -67,13 +65,12 @@ exports[`should support allowClear should not show icon if defaultValue is undef
<span
class="rc-mentions-suffix"
>
<span
<button
class="rc-mentions-clear-icon rc-mentions-clear-icon-hidden"
role="button"
tabindex="-1"
type="button"
>
</span>
</button>
</span>
</span>
`;
Expand All @@ -93,13 +90,12 @@ exports[`should support allowClear should not show icon if value is undefined, n
<span
class="rc-mentions-suffix"
>
<span
<button
class="rc-mentions-clear-icon rc-mentions-clear-icon-hidden"
role="button"
tabindex="-1"
type="button"
>
</span>
</button>
</span>
</span>
`;
Expand All @@ -119,13 +115,12 @@ exports[`should support allowClear should not show icon if value is undefined, n
<span
class="rc-mentions-suffix"
>
<span
<button
class="rc-mentions-clear-icon rc-mentions-clear-icon-hidden"
role="button"
tabindex="-1"
type="button"
>
</span>
</button>
</span>
</span>
`;
Expand All @@ -145,13 +140,12 @@ exports[`should support allowClear should not show icon if value is undefined, n
<span
class="rc-mentions-suffix"
>
<span
<button
class="rc-mentions-clear-icon rc-mentions-clear-icon-hidden"
role="button"
tabindex="-1"
type="button"
>
</span>
</button>
</span>
</span>
`;

0 comments on commit 8de37f9

Please sign in to comment.