Skip to content

Commit

Permalink
Update test snapshots to match css-in-js update.
Browse files Browse the repository at this point in the history
  • Loading branch information
aappoalander committed Nov 19, 2019
1 parent c74f2e6 commit 5b76aee
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Button/__snapshots__/Button.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ exports[`calling render with the same component on the same container does not r
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
margin: 0;
overflow: visible;
text-transform: none;
-webkit-appearance: button;
margin: 0;
padding: 0;
Expand Down
3 changes: 3 additions & 0 deletions src/core/Button/__snapshots__/Button.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ exports[`calling render with the same component on the same container does not r
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
margin: 0;
overflow: visible;
text-transform: none;
-webkit-appearance: button;
margin: 0;
padding: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ exports[`calling render with the same component on the same container does not r
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
margin: 0;
overflow: visible;
margin: 0;
padding: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ exports[`calling render with the same component on the same container does not r
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
margin: 0;
overflow: visible;
margin: 0;
padding: 0;
Expand Down
1 change: 1 addition & 0 deletions src/core/Form/Toggle/__snapshots__/Toggle.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ exports[`calling render with the same component on the same container does not r
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
margin: 0;
overflow: visible;
margin: 0;
padding: 0;
Expand Down
3 changes: 3 additions & 0 deletions src/core/Panel/__snapshots__/PanelExpansion.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ exports[`calling render with the same component on the same container does not r
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
margin: 0;
overflow: visible;
text-transform: none;
-webkit-appearance: button;
margin: 0;
padding: 0;
Expand Down

0 comments on commit 5b76aee

Please sign in to comment.