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

Commit

Permalink
snap update
Browse files Browse the repository at this point in the history
  • Loading branch information
AH106586Harika authored and AH106586Harika committed Oct 16, 2023
1 parent 3044177 commit 4bab927
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ exports[`Dropdown Button correctly applies the theme context className 1`] = `
variant="neutral"
>
<DropdownButtonBase
buttonId="menubutton"
buttonId="menuButtonId"
buttonRef={[Function]}
getSelectedOptionText={[Function]}
isBlock={false}
Expand All @@ -87,24 +87,24 @@ exports[`Dropdown Button correctly applies the theme context className 1`] = `
onSelect={[Function]}
/>
}
menuId="menu"
menuId="menuId"
refCallback={[Function]}
requestClose={[Function]}
>
<div
buttonId="menubutton"
buttonId="menuButtonId"
className="dropdown-button-base orion-fusion-theme"
menuId="menu"
menuId="menuId"
>
<button
aria-controls="menu"
aria-controls="menuId"
aria-disabled={false}
aria-expanded={false}
aria-haspopup="true"
aria-label="Primary Option"
className="dropdown-button neutral orion-fusion-theme"
disabled={false}
id="menubutton"
id="menuButtonId"
onBlur={[Function]}
onClick={[Function]}
onKeyDown={[Function]}
Expand All @@ -121,11 +121,11 @@ exports[`Dropdown Button correctly applies the theme context className 1`] = `
/>
</button>
<Dropdown
buttonId="menubutton"
buttonId="menuButtonId"
buttonRef={[Function]}
getSelectedOptionText={[Function]}
isOpen={false}
menuId="menu"
menuId="menuId"
refCallback={[Function]}
requestClose={[Function]}
targetRef={[Function]}
Expand Down

0 comments on commit 4bab927

Please sign in to comment.