Skip to content

Commit

Permalink
Update allowClear.test.tsx.snap
Browse files Browse the repository at this point in the history
  • Loading branch information
li-jia-nan authored Dec 31, 2024
1 parent b466a0a commit e0187aa
Showing 1 changed file with 18 additions and 24 deletions.
42 changes: 18 additions & 24 deletions tests/__snapshots__/allowClear.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ exports[`should support allowClear should not show icon if defaultValue is undef
<span
class="rc-textarea-suffix"
>
<span
<button
class="rc-textarea-clear-icon rc-textarea-clear-icon-hidden"
role="button"
tabindex="-1"
type="button"
>
</span>
</button>
</span>
</span>
`;
Expand All @@ -31,13 +30,12 @@ exports[`should support allowClear should not show icon if defaultValue is undef
<span
class="rc-textarea-suffix"
>
<span
<button
class="rc-textarea-clear-icon rc-textarea-clear-icon-hidden"
role="button"
tabindex="-1"
type="button"
>
</span>
</button>
</span>
</span>
`;
Expand All @@ -52,13 +50,12 @@ exports[`should support allowClear should not show icon if defaultValue is undef
<span
class="rc-textarea-suffix"
>
<span
<button
class="rc-textarea-clear-icon rc-textarea-clear-icon-hidden"
role="button"
tabindex="-1"
type="button"
>
</span>
</button>
</span>
</span>
`;
Expand All @@ -73,13 +70,12 @@ exports[`should support allowClear should not show icon if value is undefined, n
<span
class="rc-textarea-suffix"
>
<span
<button
class="rc-textarea-clear-icon rc-textarea-clear-icon-hidden"
role="button"
tabindex="-1"
type="button"
>
</span>
</button>
</span>
</span>
`;
Expand All @@ -94,13 +90,12 @@ exports[`should support allowClear should not show icon if value is undefined, n
<span
class="rc-textarea-suffix"
>
<span
<button
class="rc-textarea-clear-icon rc-textarea-clear-icon-hidden"
role="button"
tabindex="-1"
type="button"
>
</span>
</button>
</span>
</span>
`;
Expand All @@ -115,13 +110,12 @@ exports[`should support allowClear should not show icon if value is undefined, n
<span
class="rc-textarea-suffix"
>
<span
<button
class="rc-textarea-clear-icon rc-textarea-clear-icon-hidden"
role="button"
tabindex="-1"
type="button"
>
</span>
</button>
</span>
</span>
`;

0 comments on commit e0187aa

Please sign in to comment.