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

Commit

Permalink
updated jest snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn committed May 23, 2024
1 parent 0b8c2de commit ef9690a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ exports[`ApplicationNavigation correctly applies the theme context className 1`]
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={true}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down Expand Up @@ -350,6 +351,7 @@ exports[`ApplicationNavigation should render default element 1`] = `
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={true}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down Expand Up @@ -492,6 +494,7 @@ exports[`ApplicationNavigation should render with prop data at large breakpoint
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={true}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down Expand Up @@ -727,6 +730,7 @@ exports[`ApplicationNavigation should render with prop data at medium breakpoint
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={true}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ exports[`Extensions should render default element 1`] = `
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={false}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down Expand Up @@ -63,6 +64,7 @@ exports[`Extensions should render prop data 1`] = `
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={false}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,7 @@ exports[`CompactHeader should render with function callbacks 1`] = `
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={false}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down Expand Up @@ -1031,6 +1032,7 @@ exports[`CompactHeader should render with ids for navigation and extension items
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={false}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -913,6 +913,7 @@ exports[`Header should render with function callbacks 1`] = `
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={false}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down Expand Up @@ -1731,6 +1732,7 @@ exports[`Header should render with navigation and extension item ids 1`] = `
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={false}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ exports[`ModalManager Snapshots should render with optional props 1`] = `
}
shouldTrapFocus={false}
withDisclosureContainer={[Function]}
zIndex="6000"
>
<TestChild />
</ModalManager>
Expand All @@ -20,6 +21,7 @@ exports[`ModalManager Snapshots should render with required props 1`] = `
closeOnOutsideClick={false}
shouldTrapFocus={false}
withDisclosureContainer={[Function]}
zIndex="6000"
>
<TestChild />
</ModalManager>
Expand Down

0 comments on commit ef9690a

Please sign in to comment.