Skip to content

Commit

Permalink
Fix tests by updating snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
salesfelipe committed Nov 7, 2024
1 parent e325819 commit b947b98
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions react/__tests__/__snapshots__/OrderBy.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ exports[`<OrderBy /> should match snapshot in mobile 1`] = `
<button
class="hover-bg-muted-5 bg-base orderByOptionItem orderByOptionItem-- c-on-base f5 ml-auto db no-underline pointer tl bn pv4 ph5 w-100 right-0-ns"
>
Release Date
Release date
</button>
<button
class="hover-bg-muted-5 bg-base orderByOptionItem orderByOptionItem-- c-on-base f5 ml-auto db no-underline pointer tl bn pv4 ph5 w-100 right-0-ns"
Expand All @@ -52,12 +52,12 @@ exports[`<OrderBy /> should match snapshot in mobile 1`] = `
<button
class="hover-bg-muted-5 bg-base orderByOptionItem orderByOptionItem-- c-on-base f5 ml-auto db no-underline pointer tl bn pv4 ph5 w-100 right-0-ns"
>
Price: High to Low
Price: High to low
</button>
<button
class="hover-bg-muted-5 bg-base orderByOptionItem orderByOptionItem-- c-on-base f5 ml-auto db no-underline pointer tl bn pv4 ph5 w-100 right-0-ns"
>
Price: Low to High
Price: Low to high
</button>
<button
class="hover-bg-muted-5 bg-base orderByOptionItem orderByOptionItem-- c-on-base f5 ml-auto db no-underline pointer tl bn pv4 ph5 w-100 right-0-ns"
Expand Down Expand Up @@ -116,7 +116,7 @@ exports[`<OrderBy /> should match snapshot in web mod 1`] = `
<button
class="hover-bg-muted-5 bg-base orderByOptionItem orderByOptionItem-- c-on-base f5 ml-auto db no-underline pointer tl bn pv4 ph5 w-100 right-0-ns"
>
Release Date
Release date
</button>
<button
class="hover-bg-muted-5 bg-base orderByOptionItem orderByOptionItem-- c-on-base f5 ml-auto db no-underline pointer tl bn pv4 ph5 w-100 right-0-ns"
Expand All @@ -126,12 +126,12 @@ exports[`<OrderBy /> should match snapshot in web mod 1`] = `
<button
class="hover-bg-muted-5 bg-base orderByOptionItem orderByOptionItem-- c-on-base f5 ml-auto db no-underline pointer tl bn pv4 ph5 w-100 right-0-ns"
>
Price: High to Low
Price: High to low
</button>
<button
class="hover-bg-muted-5 bg-base orderByOptionItem orderByOptionItem-- c-on-base f5 ml-auto db no-underline pointer tl bn pv4 ph5 w-100 right-0-ns"
>
Price: Low to High
Price: Low to high
</button>
<button
class="hover-bg-muted-5 bg-base orderByOptionItem orderByOptionItem-- c-on-base f5 ml-auto db no-underline pointer tl bn pv4 ph5 w-100 right-0-ns"
Expand Down

0 comments on commit b947b98

Please sign in to comment.