Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
madocto committed Jan 26, 2024
1 parent 916d63e commit 6f95cd6
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 12 deletions.
Expand Up @@ -45,9 +45,9 @@ exports[`renders components/segmented/demo/basic.tsx extend context correctly 1`
/>
<div
class="ant-segmented-item-label"
title="Monthly"
title="2021"
>
Monthly
2021
</div>
</label>
<label
Expand All @@ -59,9 +59,9 @@ exports[`renders components/segmented/demo/basic.tsx extend context correctly 1`
/>
<div
class="ant-segmented-item-label"
title="Quarterly"
title="2022"
>
Quarterly
2022
</div>
</label>
<label
Expand All @@ -73,9 +73,23 @@ exports[`renders components/segmented/demo/basic.tsx extend context correctly 1`
/>
<div
class="ant-segmented-item-label"
title="Yearly"
title="true"
>
Yearly
true
</div>
</label>
<label
class="ant-segmented-item"
>
<input
class="ant-segmented-item-input"
type="radio"
/>
<div
class="ant-segmented-item-label"
title="false"
>
false
</div>
</label>
</div>
Expand Down
26 changes: 20 additions & 6 deletions components/segmented/__tests__/__snapshots__/demo.test.ts.snap
Expand Up @@ -45,9 +45,9 @@ exports[`renders components/segmented/demo/basic.tsx correctly 1`] = `
/>
<div
class="ant-segmented-item-label"
title="Monthly"
title="2021"
>
Monthly
2021
</div>
</label>
<label
Expand All @@ -59,9 +59,9 @@ exports[`renders components/segmented/demo/basic.tsx correctly 1`] = `
/>
<div
class="ant-segmented-item-label"
title="Quarterly"
title="2022"
>
Quarterly
2022
</div>
</label>
<label
Expand All @@ -73,9 +73,23 @@ exports[`renders components/segmented/demo/basic.tsx correctly 1`] = `
/>
<div
class="ant-segmented-item-label"
title="Yearly"
title="true"
>
Yearly
true
</div>
</label>
<label
class="ant-segmented-item"
>
<input
class="ant-segmented-item-input"
type="radio"
/>
<div
class="ant-segmented-item-label"
title="false"
>
false
</div>
</label>
</div>
Expand Down

0 comments on commit 6f95cd6

Please sign in to comment.