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

Commit

Permalink
Fix Snapshot in NPM CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kenk2 committed Oct 26, 2023
1 parent 4d76251 commit 233ff6e
Showing 1 changed file with 1 addition and 5 deletions.
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

0 comments on commit 233ff6e

Please sign in to comment.