Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswhong committed Oct 4, 2023
1 parent c32ebdc commit 8f5b170
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ exports[`ControlRange all options renders 1`] = `
style="--radix-slider-thumb-transform: translateX(-50%);"
>
<span
class=""
data-orientation="horizontal"
>
<span
Expand All @@ -58,6 +59,7 @@ exports[`ControlRange all options renders 1`] = `
aria-valuemax="1000"
aria-valuemin="100"
aria-valuenow="200"
class=""
data-orientation="horizontal"
data-radix-collection-item=""
role="slider"
Expand All @@ -74,6 +76,7 @@ exports[`ControlRange all options renders 1`] = `
aria-valuemax="1000"
aria-valuemin="100"
aria-valuenow="400"
class=""
data-orientation="horizontal"
data-radix-collection-item=""
role="slider"
Expand All @@ -90,6 +93,7 @@ exports[`ControlRange all options renders 1`] = `
aria-valuemax="1000"
aria-valuemin="100"
aria-valuenow="600"
class=""
data-orientation="horizontal"
data-radix-collection-item=""
role="slider"
Expand Down Expand Up @@ -134,6 +138,7 @@ exports[`ControlRange basic renders 1`] = `
style="--radix-slider-thumb-transform: translateX(-50%);"
>
<span
class=""
data-orientation="horizontal"
>
<span
Expand Down Expand Up @@ -172,6 +177,7 @@ exports[`ControlRange disabled renders 1`] = `
style="--radix-slider-thumb-transform: translateX(-50%);"
>
<span
class=""
data-disabled=""
data-orientation="horizontal"
>
Expand Down
2 changes: 2 additions & 0 deletions src/components/form/__snapshots__/form.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ exports[`Form all controls renders as expected 1`] = `
style="--radix-slider-thumb-transform: translateX(-50%);"
>
<span
class=""
data-orientation="horizontal"
>
<span
Expand All @@ -326,6 +327,7 @@ exports[`Form all controls renders as expected 1`] = `
aria-valuemax="100"
aria-valuemin="10"
aria-valuenow="10"
class=""
data-orientation="horizontal"
data-radix-collection-item=""
role="slider"
Expand Down

0 comments on commit 8f5b170

Please sign in to comment.