diff --git a/packages/terra-action-header/CHANGELOG.md b/packages/terra-action-header/CHANGELOG.md index dc035853829..d532b20712b 100644 --- a/packages/terra-action-header/CHANGELOG.md +++ b/packages/terra-action-header/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased +* Changed + * Updated jest snapshots for button changes. + ## 2.77.0 - (February 16, 2023) * Changed diff --git a/packages/terra-action-header/tests/jest/__snapshots__/ActionHeader.test.jsx.snap b/packages/terra-action-header/tests/jest/__snapshots__/ActionHeader.test.jsx.snap index 674e270dacd..522ba7bd47d 100644 --- a/packages/terra-action-header/tests/jest/__snapshots__/ActionHeader.test.jsx.snap +++ b/packages/terra-action-header/tests/jest/__snapshots__/ActionHeader.test.jsx.snap @@ -18,7 +18,6 @@ exports[`ActionHeader correctly applies the theme context className 1`] = ` className="header-icon maximize" /> } - iconType="decorative" isBlock={false} isCompact={false} isDisabled={false} @@ -58,7 +57,6 @@ exports[`ActionHeader correctly applies the theme context className 1`] = ` className="header-icon close" /> } - iconType="decorative" isBlock={false} isCompact={false} isDisabled={false} @@ -96,7 +94,6 @@ exports[`ActionHeader should render an action header with back and close buttons className="header-icon close" /> } - iconType="decorative" isBlock={false} isCompact={false} isDisabled={false} @@ -122,7 +119,6 @@ exports[`ActionHeader should render an action header with back and close buttons className="header-icon back" /> } - iconType="decorative" isBlock={false} isCompact={false} isDisabled={false} @@ -155,7 +151,6 @@ exports[`ActionHeader should render an action header with back button and title className="header-icon back" /> } - iconType="decorative" isBlock={false} isCompact={false} isDisabled={false} @@ -186,7 +181,6 @@ exports[`ActionHeader should render an action header with close button and title className="header-icon close" /> } - iconType="decorative" isBlock={false} isCompact={false} isDisabled={false} @@ -213,7 +207,6 @@ exports[`ActionHeader should render an action header with custom button and titl title="Action Header" >