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

Fix Snapshot in NPM CI #1863

Merged
merged 1 commit into from
Oct 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,6 @@ exports[`Menu correctly applies the theme context className 1`] = `
"timeZone": null,
}
}
isTabFocusDisabled={false}
paddingStyle="none"
role="menu"
>
Expand Down Expand Up @@ -565,8 +564,7 @@ exports[`Menu correctly applies the theme context className 1`] = `
}
}
isActive={false}
isTabFocusDisabled={false}
key=".$abc"
key="abc"
onClick={[Function]}
onKeyDown={[Function]}
text="testing"
Expand Down Expand Up @@ -606,7 +604,6 @@ exports[`Menu correctly applies the theme context className 1`] = `
isDisabled={false}
isHighlighted={false}
isInstructionsForUse={false}
isTabFocusDisabled={false}
isToggled={false}
onClick={[Function]}
onKeyDown={[Function]}
Expand All @@ -619,7 +616,6 @@ exports[`Menu correctly applies the theme context className 1`] = `
aria-disabled={false}
className="item orion-fusion-theme"
data-terra-menu-interactive-item={true}
isTabFocusDisabled={false}
onClick={[Function]}
onKeyDown={[Function]}
onKeyUp={[Function]}
Expand Down