From 7b0c2725b7a617271bb9f1a0c86dd40a27f495a6 Mon Sep 17 00:00:00 2001 From: Michael Stedman <46408716+recondesigns@users.noreply.github.com> Date: Sun, 3 Mar 2024 11:23:47 -0600 Subject: [PATCH] updated snapshots due to Content component change --- .../__tests__/__snapshots__/ColorSection.test.tsx.snap | 5 ----- .../__tests__/__snapshots__/FontSection.test.tsx.snap | 2 -- .../__tests__/__snapshots__/LogoSection.test.tsx.snap | 2 -- 3 files changed, 9 deletions(-) diff --git a/components/Branding/ColorSection/__tests__/__snapshots__/ColorSection.test.tsx.snap b/components/Branding/ColorSection/__tests__/__snapshots__/ColorSection.test.tsx.snap index 15ad054e2..2dc44a6f4 100644 --- a/components/Branding/ColorSection/__tests__/__snapshots__/ColorSection.test.tsx.snap +++ b/components/Branding/ColorSection/__tests__/__snapshots__/ColorSection.test.tsx.snap @@ -3,7 +3,6 @@ exports[`ColorSection > should render with required props 1`] = ` @@ -31,12 +30,10 @@ exports[`ColorSection > should render with required props 1`] = ` ] } hasTitleUnderline={true} - isFullViewportHeight={false} theme="white" title="Colors" /> should render with required props 1`] = ` />, ] } - hasTitleUnderline={false} - isFullViewportHeight={false} theme="white" title="Other On-Brand Colors" /> diff --git a/components/Branding/FontSection/__tests__/__snapshots__/FontSection.test.tsx.snap b/components/Branding/FontSection/__tests__/__snapshots__/FontSection.test.tsx.snap index 650c7e1b5..dd1bd0ab8 100644 --- a/components/Branding/FontSection/__tests__/__snapshots__/FontSection.test.tsx.snap +++ b/components/Branding/FontSection/__tests__/__snapshots__/FontSection.test.tsx.snap @@ -2,7 +2,6 @@ exports[`FontSection > should render with required props 1`] = ` should render with required props 1`] = ` ] } hasTitleUnderline={true} - isFullViewportHeight={false} theme="gray" title="Typography" /> diff --git a/components/Branding/LogoSection/__tests__/__snapshots__/LogoSection.test.tsx.snap b/components/Branding/LogoSection/__tests__/__snapshots__/LogoSection.test.tsx.snap index 4598cde48..6dfeb9662 100644 --- a/components/Branding/LogoSection/__tests__/__snapshots__/LogoSection.test.tsx.snap +++ b/components/Branding/LogoSection/__tests__/__snapshots__/LogoSection.test.tsx.snap @@ -2,7 +2,6 @@ exports[`LogoSection > should render with required props 1`] = ` should render with required props 1`] = ` ] } hasTitleUnderline={true} - isFullViewportHeight={false} theme="gray" title="Logo" />