Skip to content

Commit

Permalink
Add data-testid to MultiWorkspaceDropdownButton container (#7028)
Browse files Browse the repository at this point in the history
PR for #6895
  • Loading branch information
BOHEUS authored Sep 14, 2024
1 parent 3a3262f commit 4544114
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const MultiWorkspaceDropdownButton = ({
scope: NavigationDrawerHotKeyScope.MultiWorkspaceDropdownButton,
}}
clickableComponent={
<StyledContainer>
<StyledContainer data-testid="workspace-dropdown">
<StyledLogo
logo={
getImageAbsoluteURI(
Expand Down

0 comments on commit 4544114

Please sign in to comment.