Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
langermank committed Feb 21, 2023
1 parent 6c88d11 commit 288b74e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/__tests__/__snapshots__/Button.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1565,6 +1565,7 @@ exports[`Button styles invisible button appropriately 1`] = `
.c0 [data-component="leadingVisual"] {
grid-area: leadingVisual;
color: fg.muted;
}
.c0 [data-component="text"] {
Expand Down
3 changes: 3 additions & 0 deletions src/__tests__/__snapshots__/TextInput.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1408,6 +1408,7 @@ exports[`TextInput renders trailingAction icon button 1`] = `
.c4 [data-component="leadingVisual"] {
grid-area: leadingVisual;
color: #57606a;
}
.c4 [data-component="text"] {
Expand Down Expand Up @@ -2047,6 +2048,7 @@ exports[`TextInput renders trailingAction text button 1`] = `
.c3 [data-component="leadingVisual"] {
grid-area: leadingVisual;
color: #57606a;
}
.c3 [data-component="text"] {
Expand Down Expand Up @@ -2440,6 +2442,7 @@ exports[`TextInput renders trailingAction text button with a tooltip 1`] = `
.c4 [data-component="leadingVisual"] {
grid-area: leadingVisual;
color: #57606a;
}
.c4 [data-component="text"] {
Expand Down

0 comments on commit 288b74e

Please sign in to comment.