Skip to content

Commit b32e5d7

Browse files
committed
Test: update snapshots
1 parent e10994c commit b32e5d7

File tree

5 files changed

+23
-43
lines changed

5 files changed

+23
-43
lines changed

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -301,13 +301,11 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
301301
302302
.emotion-18 {
303303
background-color: #B80000;
304-
min-height: 2.75rem;
305-
height: auto;
304+
height: 2.75rem;
306305
width: 100%;
307306
padding: 0 0.5rem;
308307
position: relative;
309308
z-index: 1;
310-
padding-block-start: 0.5rem;
311309
}
312310
313311
@media (min-width: 15rem) {
@@ -341,7 +339,7 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
341339
}
342340
343341
.emotion-20 {
344-
height: auto;
342+
height: 100%;
345343
position: relative;
346344
display: -webkit-box;
347345
display: -webkit-flex;
@@ -898,14 +896,12 @@ exports[`PageLayoutWrapper should render default page wrapper with children 1`]
898896
899897
.emotion-142 {
900898
background-color: #B80000;
901-
min-height: 2.75rem;
902-
height: auto;
899+
height: 2.75rem;
903900
width: 100%;
904901
padding: 0 0.5rem;
905902
border-top: 0.0625rem solid transparent;
906903
position: relative;
907904
z-index: 1;
908-
padding-block-start: 0.5rem;
909905
}
910906
911907
@media (min-width: 15rem) {

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
exports[`BrandContainer should render correctly 1`] = `
44
.emotion-1 {
55
background-color: #B80000;
6-
min-height: 2.75rem;
7-
height: auto;
6+
height: 2.75rem;
87
width: 100%;
98
padding: 0 0.5rem;
109
position: relative;
1110
z-index: 1;
12-
padding-block-start: 0.5rem;
1311
}
1412
1513
@media (min-width: 15rem) {
@@ -43,7 +41,7 @@ exports[`BrandContainer should render correctly 1`] = `
4341
}
4442
4543
.emotion-3 {
46-
height: auto;
44+
height: 100%;
4745
position: relative;
4846
display: -webkit-box;
4947
display: -webkit-flex;

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,12 @@ exports[`FooterContainer snapshots should render correctly 1`] = `
3232
3333
.emotion-3 {
3434
background-color: #B80000;
35-
min-height: 2.75rem;
36-
height: auto;
35+
height: 2.75rem;
3736
width: 100%;
3837
padding: 0 0.5rem;
3938
border-top: 0.0625rem solid transparent;
4039
position: relative;
4140
z-index: 1;
42-
padding-block-start: 0.5rem;
4341
}
4442
4543
@media (min-width: 15rem) {
@@ -73,7 +71,7 @@ exports[`FooterContainer snapshots should render correctly 1`] = `
7371
}
7472
7573
.emotion-5 {
76-
height: auto;
74+
height: 100%;
7775
position: relative;
7876
display: -webkit-box;
7977
display: -webkit-flex;

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

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -286,13 +286,11 @@ exports[`Header Snapshots should render correctly for WS TV page 1`] = `
286286
287287
.emotion-17 {
288288
background-color: #B80000;
289-
min-height: 2.75rem;
290-
height: auto;
289+
height: 2.75rem;
291290
width: 100%;
292291
padding: 0 0.5rem;
293292
position: relative;
294293
z-index: 1;
295-
padding-block-start: 0.5rem;
296294
}
297295
298296
@media (min-width: 15rem) {
@@ -326,7 +324,7 @@ exports[`Header Snapshots should render correctly for WS TV page 1`] = `
326324
}
327325
328326
.emotion-19 {
329-
height: auto;
327+
height: 100%;
330328
position: relative;
331329
display: -webkit-box;
332330
display: -webkit-flex;
@@ -1623,13 +1621,11 @@ exports[`Header Snapshots should render correctly for WS on demand audio page 1`
16231621
16241622
.emotion-17 {
16251623
background-color: #B80000;
1626-
min-height: 2.75rem;
1627-
height: auto;
1624+
height: 2.75rem;
16281625
width: 100%;
16291626
padding: 0 0.5rem;
16301627
position: relative;
16311628
z-index: 1;
1632-
padding-block-start: 0.5rem;
16331629
}
16341630
16351631
@media (min-width: 15rem) {
@@ -1663,7 +1659,7 @@ exports[`Header Snapshots should render correctly for WS on demand audio page 1`
16631659
}
16641660
16651661
.emotion-19 {
1666-
height: auto;
1662+
height: 100%;
16671663
position: relative;
16681664
display: -webkit-box;
16691665
display: -webkit-flex;
@@ -2960,13 +2956,11 @@ exports[`Header Snapshots should render correctly for WS radio page 1`] = `
29602956
29612957
.emotion-17 {
29622958
background-color: #B80000;
2963-
min-height: 2.75rem;
2964-
height: auto;
2959+
height: 2.75rem;
29652960
width: 100%;
29662961
padding: 0 0.5rem;
29672962
position: relative;
29682963
z-index: 1;
2969-
padding-block-start: 0.5rem;
29702964
}
29712965
29722966
@media (min-width: 15rem) {
@@ -3000,7 +2994,7 @@ exports[`Header Snapshots should render correctly for WS radio page 1`] = `
30002994
}
30012995
30022996
.emotion-19 {
3003-
height: auto;
2997+
height: 100%;
30042998
position: relative;
30052999
display: -webkit-box;
30063000
display: -webkit-flex;
@@ -4297,13 +4291,11 @@ exports[`Header Snapshots should render correctly for news article 1`] = `
42974291
42984292
.emotion-17 {
42994293
background-color: #B80000;
4300-
min-height: 2.75rem;
4301-
height: auto;
4294+
height: 2.75rem;
43024295
width: 100%;
43034296
padding: 0 0.5rem;
43044297
position: relative;
43054298
z-index: 1;
4306-
padding-block-start: 0.5rem;
43074299
}
43084300
43094301
@media (min-width: 15rem) {
@@ -4337,7 +4329,7 @@ exports[`Header Snapshots should render correctly for news article 1`] = `
43374329
}
43384330
43394331
.emotion-19 {
4340-
height: auto;
4332+
height: 100%;
43414333
position: relative;
43424334
display: -webkit-box;
43434335
display: -webkit-flex;

src/app/legacy/psammead/psammead-brand/src/__snapshots__/index.test.jsx.snap

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
exports[`Brand should render correctly with link not provided 1`] = `
44
.emotion-0 {
55
background-color: #B80000;
6-
min-height: 2.75rem;
7-
height: auto;
6+
height: 2.75rem;
87
width: 100%;
98
padding: 0 0.5rem;
109
}
@@ -30,7 +29,7 @@ exports[`Brand should render correctly with link not provided 1`] = `
3029
}
3130
3231
.emotion-2 {
33-
height: auto;
32+
height: 100%;
3433
position: relative;
3534
display: -webkit-box;
3635
display: -webkit-flex;
@@ -139,8 +138,7 @@ exports[`Brand should render correctly with link not provided 1`] = `
139138
exports[`Brand should render correctly with link provided 1`] = `
140139
.emotion-0 {
141140
background-color: #B80000;
142-
min-height: 2.75rem;
143-
height: auto;
141+
height: 2.75rem;
144142
width: 100%;
145143
padding: 0 0.5rem;
146144
}
@@ -166,7 +164,7 @@ exports[`Brand should render correctly with link provided 1`] = `
166164
}
167165
168166
.emotion-2 {
169-
height: auto;
167+
height: 100%;
170168
position: relative;
171169
display: -webkit-box;
172170
display: -webkit-flex;
@@ -321,8 +319,7 @@ exports[`Brand should render correctly with link provided 1`] = `
321319
exports[`Brand should render correctly with no service Localised Name 1`] = `
322320
.emotion-0 {
323321
background-color: #B80000;
324-
min-height: 2.75rem;
325-
height: auto;
322+
height: 2.75rem;
326323
width: 100%;
327324
padding: 0 0.5rem;
328325
}
@@ -348,7 +345,7 @@ exports[`Brand should render correctly with no service Localised Name 1`] = `
348345
}
349346
350347
.emotion-2 {
351-
height: auto;
348+
height: 100%;
352349
position: relative;
353350
display: -webkit-box;
354351
display: -webkit-flex;
@@ -449,8 +446,7 @@ exports[`Brand should render correctly with no service Localised Name 1`] = `
449446
exports[`Brand should render correctly with transparent borders 1`] = `
450447
.emotion-0 {
451448
background-color: #B80000;
452-
min-height: 2.75rem;
453-
height: auto;
449+
height: 2.75rem;
454450
width: 100%;
455451
padding: 0 0.5rem;
456452
border-top: 0.0625rem solid transparent;
@@ -478,7 +474,7 @@ exports[`Brand should render correctly with transparent borders 1`] = `
478474
}
479475
480476
.emotion-2 {
481-
height: auto;
477+
height: 100%;
482478
position: relative;
483479
display: -webkit-box;
484480
display: -webkit-flex;

0 commit comments

Comments
 (0)