diff --git a/packages/terra-action-header/CHANGELOG.md b/packages/terra-action-header/CHANGELOG.md index 1228e35d62f..3c17bf18106 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 icon button changes. + ## 2.75.0 - (December 7, 2022) * 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 522ba7bd47d..674e270dacd 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,6 +18,7 @@ exports[`ActionHeader correctly applies the theme context className 1`] = ` className="header-icon maximize" /> } + iconType="decorative" isBlock={false} isCompact={false} isDisabled={false} @@ -57,6 +58,7 @@ exports[`ActionHeader correctly applies the theme context className 1`] = ` className="header-icon close" /> } + iconType="decorative" isBlock={false} isCompact={false} isDisabled={false} @@ -94,6 +96,7 @@ exports[`ActionHeader should render an action header with back and close buttons className="header-icon close" /> } + iconType="decorative" isBlock={false} isCompact={false} isDisabled={false} @@ -119,6 +122,7 @@ exports[`ActionHeader should render an action header with back and close buttons className="header-icon back" /> } + iconType="decorative" isBlock={false} isCompact={false} isDisabled={false} @@ -151,6 +155,7 @@ exports[`ActionHeader should render an action header with back button and title className="header-icon back" /> } + iconType="decorative" isBlock={false} isCompact={false} isDisabled={false} @@ -181,6 +186,7 @@ exports[`ActionHeader should render an action header with close button and title className="header-icon close" /> } + iconType="decorative" isBlock={false} isCompact={false} isDisabled={false} @@ -207,6 +213,7 @@ exports[`ActionHeader should render an action header with custom button and titl title="Action Header" >