Skip to content

Commit

Permalink
test(spec): update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Arturo committed May 31, 2023
1 parent 620807b commit a0d12d0
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ exports[`pagination should match snapshot 1`] = `
/ 1
</div>
<button aria-label="Go to first page" class="pagination__first-prompt" disabled="" part="first-prompt">
<svg fill="none" height="20" stroke="#cacaca" viewBox="0 0 48 52" width="20" xmlns="http://www.w3.org/2000/svg">
<svg fill="none" height="12" stroke="#cacaca" viewBox="0 0 48 52" xmlns="http://www.w3.org/2000/svg">
<path d="M44.5 48.5L21.5 26L44.5 3.5M27.5 48.5L4.5 26L27.5 3.5" stroke-linecap="round" stroke-width="6"></path>
</svg>
</button>
<button aria-label="Go to previous page" class="pagination__prev-prompt" disabled="" part="prev-prompt">
<svg fill="none" height="20" stroke="#cacaca" viewBox="0 0 37 52" width="20" xmlns="http://www.w3.org/2000/svg">
<svg fill="none" height="12" stroke="#cacaca" viewBox="0 0 37 52" xmlns="http://www.w3.org/2000/svg">
<path d="M33 48L6 26L33 4" stroke-linecap="round" stroke-width="7"></path>
</svg>
</button>
<button aria-label="Go to next page" class="pagination__next-prompt" disabled="" part="next-prompt">
<svg fill="none" height="20" stroke="#cacaca" viewBox="0 0 37 52" width="20" xmlns="http://www.w3.org/2000/svg">
<svg fill="none" height="12" stroke="#cacaca" viewBox="0 0 37 52" xmlns="http://www.w3.org/2000/svg">
<path d="M4 4L31 26L4 48" stroke-linecap="round" stroke-width="7"></path>
</svg>
</button>
<button aria-label="Go to last page" class="pagination__last-prompt" disabled="" part="last-prompt">
<svg fill="none" height="20" stroke="#cacaca" viewBox="0 0 48 52" width="20" xmlns="http://www.w3.org/2000/svg">
<svg fill="none" height="12" stroke="#cacaca" viewBox="0 0 48 52" xmlns="http://www.w3.org/2000/svg">
<path d="M3.5 3.5L26.5 26L3.5 48.5M20.5 3.5L43.5 26L20.5 48.5" stroke-linecap="round" stroke-width="6"></path>
</svg>
</button>
Expand Down

0 comments on commit a0d12d0

Please sign in to comment.