Skip to content

Commit 7b0c272

Browse files
committed
updated snapshots due to Content component change
1 parent 87a47f8 commit 7b0c272

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

components/Branding/ColorSection/__tests__/__snapshots__/ColorSection.test.tsx.snap

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
exports[`ColorSection > should render with required props 1`] = `
44
<React.Fragment>
55
<Content
6-
className=""
76
columns={
87
[
98
<div>
@@ -31,12 +30,10 @@ exports[`ColorSection > should render with required props 1`] = `
3130
]
3231
}
3332
hasTitleUnderline={true}
34-
isFullViewportHeight={false}
3533
theme="white"
3634
title="Colors"
3735
/>
3836
<Content
39-
className=""
4037
columns={
4138
[
4239
<Swatch
@@ -49,8 +46,6 @@ exports[`ColorSection > should render with required props 1`] = `
4946
/>,
5047
]
5148
}
52-
hasTitleUnderline={false}
53-
isFullViewportHeight={false}
5449
theme="white"
5550
title="Other On-Brand Colors"
5651
/>

components/Branding/FontSection/__tests__/__snapshots__/FontSection.test.tsx.snap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
exports[`FontSection > should render with required props 1`] = `
44
<Content
5-
className=""
65
columns={
76
[
87
<ul
@@ -60,7 +59,6 @@ exports[`FontSection > should render with required props 1`] = `
6059
]
6160
}
6261
hasTitleUnderline={true}
63-
isFullViewportHeight={false}
6462
theme="gray"
6563
title="Typography"
6664
/>

components/Branding/LogoSection/__tests__/__snapshots__/LogoSection.test.tsx.snap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
exports[`LogoSection > should render with required props 1`] = `
44
<Content
5-
className=""
65
columns={
76
[
87
<ul
@@ -338,7 +337,6 @@ exports[`LogoSection > should render with required props 1`] = `
338337
]
339338
}
340339
hasTitleUnderline={true}
341-
isFullViewportHeight={false}
342340
theme="gray"
343341
title="Logo"
344342
/>

0 commit comments

Comments
 (0)