Skip to content

Commit

Permalink
update tests snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmoreno committed Sep 22, 2023
1 parent a7d3aaa commit 5ab5e90
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ exports[`BadgeDate should render a default badge 1`] = `
class="tc-badge-faceted-overlay theme-tc-badge-faceted-overlay"
>
<button
aria-describedby="42"
aria-label="2011-10-01"
class="btn btn-link"
id="myId-badge-date-action-overlay"
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ exports[`BadgeFaceted should render the html output by default 1`] = `
class="tc-badge-faceted-overlay theme-tc-badge-faceted-overlay"
>
<button
aria-describedby="42"
aria-label="All"
class="btn btn-link"
id="my-id-action-overlay"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ exports[`BadgeNumber should mount a default badge 1`] = `
class="tc-badge-faceted-overlay theme-tc-badge-faceted-overlay"
>
<button
aria-describedby="42"
aria-label="All"
class="btn btn-link"
id="myId-badge-number-action-overlay"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
exports[`BadgeOverlay should render the html output in the default state 1`] = `
<div>
<button
aria-describedby="42"
aria-label="my label"
class="btn btn-link"
id="my-id-action-overlay"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ exports[`BadgeSlider should mount a default badge 1`] = `
class="tc-badge-faceted-overlay theme-tc-badge-faceted-overlay"
>
<button
aria-describedby="42"
aria-label="0"
class="btn btn-link"
id="myId-badge-slider-action-overlay"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ exports[`BadgeText should mount a default badge 1`] = `
class="tc-badge-faceted-overlay theme-tc-badge-faceted-overlay"
>
<button
aria-describedby="42"
aria-label="All"
class="btn btn-link"
id="myId-badge-text-action-overlay"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ exports[`BasicSearch should render the default html output with no badges 1`] =
class="tc-badge-faceted-overlay theme-tc-badge-faceted-overlay"
>
<button
aria-describedby="42"
aria-label="hello"
class="btn btn-link"
id="name-7bc9bd07-3b46-4b8c-a406-a08b6263de5b-badge-text-action-overlay"
Expand Down

0 comments on commit 5ab5e90

Please sign in to comment.