Skip to content

Commit

Permalink
feat(component): fix test version mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
davelinke committed Oct 21, 2024
1 parent 6fa56d0 commit e2f82a8
Showing 1 changed file with 18 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ exports[`render feature tag 1`] = `
`;

exports[`renders as active 1`] = `
.c2 {
vertical-align: middle;
height: 1.5rem;
width: 1.5rem;
}
.c0 {
-webkit-align-items: center;
-webkit-box-align: center;
Expand Down Expand Up @@ -188,7 +194,7 @@ exports[`renders as active 1`] = `
transform-origin: center;
}
.c2 {
.c3 {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
Expand All @@ -203,7 +209,7 @@ exports[`renders as active 1`] = `
>
<svg
aria-hidden="true"
class="brjSIf"
class="c2"
fill="currentColor"
height="24"
stroke="currentColor"
Expand All @@ -221,14 +227,20 @@ exports[`renders as active 1`] = `
</svg>
</div>
<span
class="c2"
class="c3"
>
Feature Tag
</span>
</a>
`;

exports[`renders with icon 1`] = `
.c2 {
vertical-align: middle;
height: 1.5rem;
width: 1.5rem;
}
.c0 {
-webkit-align-items: center;
-webkit-box-align: center;
Expand Down Expand Up @@ -328,7 +340,7 @@ exports[`renders with icon 1`] = `
transform-origin: center;
}
.c2 {
.c3 {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
Expand All @@ -343,7 +355,7 @@ exports[`renders with icon 1`] = `
>
<svg
aria-hidden="true"
class="brjSIf"
class="c2"
fill="currentColor"
height="24"
stroke="currentColor"
Expand All @@ -361,7 +373,7 @@ exports[`renders with icon 1`] = `
</svg>
</div>
<span
class="c2"
class="c3"
>
Feature Tag
</span>
Expand Down

0 comments on commit e2f82a8

Please sign in to comment.