From 8081bf4a63e7623ae3b1ed96507abade51a6bea5 Mon Sep 17 00:00:00 2001 From: KV106606Viswanath Date: Mon, 10 Jul 2023 17:26:02 +0530 Subject: [PATCH] Section Header jest snapshot updates --- .../__snapshots__/SectionHeader.test.jsx.snap | 64 +++++++++++-------- 1 file changed, 36 insertions(+), 28 deletions(-) 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 + + } + /> `;