Skip to content

Commit

Permalink
test: update snapshots for height changes
Browse files Browse the repository at this point in the history
  • Loading branch information
unix committed Feb 12, 2022
1 parent bcb2d3f commit febc95e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ LoadedCheerio {
--input-height: calc(2.25 * 16px);
font-size: calc(0.875 * 16px);
width: initial;
height: var(--input-height);
padding: 0 0 0 0;
margin: 0 0 0 0;
}
Expand Down Expand Up @@ -208,7 +207,6 @@ LoadedCheerio {
--input-height: calc(2.25 * 16px);
font-size: calc(0.875 * 16px);
width: initial;
height: var(--input-height);
padding: 0 0 0 0;
margin: 0 0 0 0;
}
Expand Down Expand Up @@ -524,7 +522,6 @@ LoadedCheerio {
--input-height: calc(2.25 * 16px);
font-size: calc(0.875 * 16px);
width: initial;
height: var(--input-height);
padding: 0 0 0 0;
margin: 0 0 0 0;
}
Expand Down Expand Up @@ -651,7 +648,6 @@ LoadedCheerio {
--input-height: calc(2.25 * 16px);
font-size: calc(0.875 * 16px);
width: initial;
height: var(--input-height);
padding: 0 0 0 0;
margin: 0 0 0 0;
}
Expand Down Expand Up @@ -1030,7 +1026,6 @@ LoadedCheerio {
--input-height: calc(2.25 * 16px);
font-size: calc(0.875 * 16px);
width: initial;
height: var(--input-height);
padding: 0 0 0 0;
margin: 0 0 0 0;
}
Expand Down Expand Up @@ -1157,7 +1152,6 @@ LoadedCheerio {
--input-height: calc(2.25 * 16px);
font-size: calc(0.875 * 16px);
width: initial;
height: var(--input-height);
padding: 0 0 0 0;
margin: 0 0 0 0;
}
Expand Down Expand Up @@ -1473,7 +1467,6 @@ LoadedCheerio {
--input-height: calc(2.25 * 16px);
font-size: calc(0.875 * 16px);
width: initial;
height: var(--input-height);
padding: 0 0 0 0;
margin: 0 0 0 0;
}
Expand Down Expand Up @@ -1600,7 +1593,6 @@ LoadedCheerio {
--input-height: calc(2.25 * 16px);
font-size: calc(0.875 * 16px);
width: initial;
height: var(--input-height);
padding: 0 0 0 0;
margin: 0 0 0 0;
}
Expand Down
8 changes: 0 additions & 8 deletions components/input/__tests__/__snapshots__/index.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ exports[`Input should be work with icon 1`] = `
--input-height: calc(2.25 * 16px);
font-size: calc(0.875 * 16px);
width: initial;
height: var(--input-height);
padding: 0 0 0 0;
margin: 0 0 0 0;
}
Expand Down Expand Up @@ -148,7 +147,6 @@ exports[`Input should be work with icon 1`] = `
--input-height: calc(2.25 * 16px);
font-size: calc(0.875 * 16px);
width: initial;
height: var(--input-height);
padding: 0 0 0 0;
margin: 0 0 0 0;
}
Expand Down Expand Up @@ -277,7 +275,6 @@ exports[`Input should be work with label 1`] = `
--input-height: calc(2.25 * 16px);
font-size: calc(0.875 * 16px);
width: initial;
height: var(--input-height);
padding: 0 0 0 0;
margin: 0 0 0 0;
}
Expand Down Expand Up @@ -402,7 +399,6 @@ exports[`Input should be work with label 1`] = `
--input-height: calc(2.25 * 16px);
font-size: calc(0.875 * 16px);
width: initial;
height: var(--input-height);
padding: 0 0 0 0;
margin: 0 0 0 0;
}
Expand Down Expand Up @@ -517,7 +513,6 @@ exports[`Input should be work with label 1`] = `
--input-height: calc(2.25 * 16px);
font-size: calc(0.875 * 16px);
width: initial;
height: var(--input-height);
padding: 0 0 0 0;
margin: 0 0 0 0;
}
Expand Down Expand Up @@ -618,7 +613,6 @@ exports[`Input should work with different status 1`] = `
--input-height: calc(2.25 * 16px);
font-size: calc(0.875 * 16px);
width: initial;
height: var(--input-height);
padding: 0 0 0 0;
margin: 0 0 0 0;
}
Expand Down Expand Up @@ -715,7 +709,6 @@ exports[`Input should work with different status 1`] = `
--input-height: calc(2.25 * 16px);
font-size: calc(0.875 * 16px);
width: initial;
height: var(--input-height);
padding: 0 0 0 0;
margin: 0 0 0 0;
}
Expand Down Expand Up @@ -812,7 +805,6 @@ exports[`Input should work with different status 1`] = `
--input-height: calc(2.25 * 16px);
font-size: calc(0.875 * 16px);
width: initial;
height: var(--input-height);
padding: 0 0 0 0;
margin: 0 0 0 0;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ exports[`InputPassword should render correctly 1`] = `
--input-height: calc(2.25 * 16px);
font-size: calc(0.875 * 16px);
width: initial;
height: var(--input-height);
padding: 0 0 0 0;
margin: 0 0 0 0;
}
Expand Down

0 comments on commit febc95e

Please sign in to comment.