diff --git a/packages/terra-section-header/tests/jest/__snapshots__/SectionHeader.test.jsx.snap b/packages/terra-section-header/tests/jest/__snapshots__/SectionHeader.test.jsx.snap index 1944475e7b5..94437b3aa1f 100644 --- a/packages/terra-section-header/tests/jest/__snapshots__/SectionHeader.test.jsx.snap +++ b/packages/terra-section-header/tests/jest/__snapshots__/SectionHeader.test.jsx.snap @@ -21,40 +21,38 @@ exports[`SectionHeader correctly applies the theme context className 1`] = ` className="arrange-wrapper" tabIndex="-1" > - - - foo - - } + + foo + + } + > + + - - - foo - + foo - - - + + + @@ -70,7 +68,17 @@ exports[`SectionHeader should render a default component 1`] = ` className="arrange-wrapper" tabIndex="-1" > - + + foo + + } + /> `;