Add data-testid to MultiWorkspaceDropdownButton container (#7028)
PR for #6895
This commit is contained in:
@ -85,7 +85,7 @@ export const MultiWorkspaceDropdownButton = ({
|
||||
scope: NavigationDrawerHotKeyScope.MultiWorkspaceDropdownButton,
|
||||
}}
|
||||
clickableComponent={
|
||||
<StyledContainer>
|
||||
<StyledContainer data-testid="workspace-dropdown">
|
||||
<StyledLogo
|
||||
logo={
|
||||
getImageAbsoluteURI(
|
||||
|
||||
Reference in New Issue
Block a user