Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Update NavigationSideMenu.test.jsx.snap
Browse files Browse the repository at this point in the history
  • Loading branch information
MadanKumarGovindaswamy committed May 6, 2024
1 parent 1320785 commit 0963502
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ exports[`Layout correctly applies the theme context className 1`] = `
</VisuallyHiddenText>
<ContentContainer
className="side-menu-content-container orion-fusion-theme"
fill={true}
fill={false}
intl={
Object {
"defaultFormats": Object {},
Expand Down Expand Up @@ -178,7 +178,7 @@ exports[`Layout correctly applies the theme context className 1`] = `
setFocusOnContainer={false}
>
<div
className="content-container-fill side-menu-content-container orion-fusion-theme"
className="content-container-static side-menu-content-container orion-fusion-theme"
intl={
Object {
"defaultFormats": Object {},
Expand Down Expand Up @@ -701,7 +701,7 @@ exports[`Layout should render a NavigationSideMenu with ariaLabel 1`] = `
<ContentContainer
ariaLabel="Sub Menu List"
className="side-menu-content-container"
fill={true}
fill={false}
intl={
Object {
"defaultFormats": Object {},
Expand Down Expand Up @@ -733,7 +733,7 @@ exports[`Layout should render a NavigationSideMenu with ariaLabel 1`] = `
>
<div
ariaLabel="Sub Menu List"
className="content-container-fill side-menu-content-container"
className="content-container-static side-menu-content-container"
intl={
Object {
"defaultFormats": Object {},
Expand Down

0 comments on commit 0963502

Please sign in to comment.