Skip to content

Commit

Permalink
test(BTS-167): update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
rapahaeru committed Mar 26, 2019
1 parent 0444d93 commit f24cedc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/SnackBar/__snapshots__/SnackBar.unit.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ exports[`SnackBar component should match snapshots 1`] = `
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
left: calc(50%/2);
left: calc(50% / 2);
min-height: 48px;
padding: 13px 16px;
position: fixed;
Expand Down Expand Up @@ -267,7 +267,7 @@ exports[`SnackBar component should match snapshots 2`] = `
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
left: calc(50%/2);
left: calc(50% / 2);
min-height: 48px;
padding: 13px 16px;
position: fixed;
Expand Down Expand Up @@ -449,7 +449,7 @@ exports[`SnackBar component should match snapshots 3`] = `
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
left: calc(50%/2);
left: calc(50% / 2);
min-height: 48px;
padding: 13px 16px;
position: fixed;
Expand Down Expand Up @@ -631,7 +631,7 @@ exports[`SnackBar component should match snapshots 4`] = `
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
left: calc(50%/2);
left: calc(50% / 2);
min-height: 48px;
padding: 13px 16px;
position: fixed;
Expand Down Expand Up @@ -813,7 +813,7 @@ exports[`SnackBar component should match snapshots 5`] = `
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
left: calc(50%/2);
left: calc(50% / 2);
min-height: 48px;
padding: 13px 16px;
position: fixed;
Expand Down

0 comments on commit f24cedc

Please sign in to comment.