Skip to content

Commit 7c096e5

Browse files
committed
Test: updating snapshots
1 parent 4425dab commit 7c096e5

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/app/components/PageLayoutWrapper/__snapshots__/index.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
307307
padding: 0 0.5rem;
308308
position: relative;
309309
z-index: 1;
310-
margin-block-start: 0.5rem;
310+
padding-block-start: 0.5rem;
311311
}
312312
313313
@media (min-width: 15rem) {
@@ -905,7 +905,7 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
905905
border-top: 0.0625rem solid transparent;
906906
position: relative;
907907
z-index: 1;
908-
margin-block-start: 0.5rem;
908+
padding-block-start: 0.5rem;
909909
}
910910
911911
@media (min-width: 15rem) {

src/app/legacy/containers/Brand/__snapshots__/index.test.jsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ exports[`BrandContainer should render correctly 1`] = `
99
padding: 0 0.5rem;
1010
position: relative;
1111
z-index: 1;
12-
margin-block-start: 0.5rem;
12+
padding-block-start: 0.5rem;
1313
}
1414
1515
@media (min-width: 15rem) {

src/app/legacy/containers/Footer/__snapshots__/index.test.jsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ exports[`FooterContainer snapshots should render correctly 1`] = `
3939
border-top: 0.0625rem solid transparent;
4040
position: relative;
4141
z-index: 1;
42-
margin-block-start: 0.5rem;
42+
padding-block-start: 0.5rem;
4343
}
4444
4545
@media (min-width: 15rem) {

src/app/legacy/containers/Header/__snapshots__/index.test.jsx.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ exports[`Header Snapshots should render correctly for WS TV page 1`] = `
292292
padding: 0 0.5rem;
293293
position: relative;
294294
z-index: 1;
295-
margin-block-start: 0.5rem;
295+
padding-block-start: 0.5rem;
296296
}
297297
298298
@media (min-width: 15rem) {
@@ -1629,7 +1629,7 @@ exports[`Header Snapshots should render correctly for WS on demand audio page 1`
16291629
padding: 0 0.5rem;
16301630
position: relative;
16311631
z-index: 1;
1632-
margin-block-start: 0.5rem;
1632+
padding-block-start: 0.5rem;
16331633
}
16341634
16351635
@media (min-width: 15rem) {
@@ -2966,7 +2966,7 @@ exports[`Header Snapshots should render correctly for WS radio page 1`] = `
29662966
padding: 0 0.5rem;
29672967
position: relative;
29682968
z-index: 1;
2969-
margin-block-start: 0.5rem;
2969+
padding-block-start: 0.5rem;
29702970
}
29712971
29722972
@media (min-width: 15rem) {
@@ -4303,7 +4303,7 @@ exports[`Header Snapshots should render correctly for news article 1`] = `
43034303
padding: 0 0.5rem;
43044304
position: relative;
43054305
z-index: 1;
4306-
margin-block-start: 0.5rem;
4306+
padding-block-start: 0.5rem;
43074307
}
43084308
43094309
@media (min-width: 15rem) {

0 commit comments

Comments
 (0)