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

Commit

Permalink
Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Avijit Das committed May 9, 2024
1 parent c36a4f4 commit 39e7864
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exports[`Extensions should render default element 1`] = `
contentWidth="320"
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={false}
isHeaderDisabled={true}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down Expand Up @@ -62,7 +62,7 @@ exports[`Extensions should render prop data 1`] = `
contentWidth="320"
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={false}
isHeaderDisabled={true}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ exports[`CompactHeader should render with function callbacks 1`] = `
contentWidth="320"
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={false}
isHeaderDisabled={true}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down Expand Up @@ -1030,7 +1030,7 @@ exports[`CompactHeader should render with ids for navigation and extension items
contentWidth="320"
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={false}
isHeaderDisabled={true}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ exports[`Header should render with function callbacks 1`] = `
contentWidth="320"
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={false}
isHeaderDisabled={true}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down Expand Up @@ -1730,7 +1730,7 @@ exports[`Header should render with navigation and extension item ids 1`] = `
contentWidth="320"
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={false}
isHeaderDisabled={true}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ exports[`Menu correctly applies the theme context className 1`] = `
refCallback={[Function]}
role={null}
stopPropagation={false}
tabIndex={null}
>
<HookshotContent
className="content orion-fusion-theme"
Expand All @@ -353,15 +352,13 @@ exports[`Menu correctly applies the theme context className 1`] = `
refCallback={[Function]}
role={null}
stopPropagation={false}
tabIndex={null}
>
<div
className="content content orion-fusion-theme fixed-position"
data-terra-popup-content={true}
onFocus={[Function]}
onKeyDown={[Function]}
role={null}
tabIndex={null}
>
<div
className="inner"
Expand Down

0 comments on commit 39e7864

Please sign in to comment.