mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix classnames for unit tests
Signed-off-by: Alex Culliere <alozhkin@mirantis.com>
This commit is contained in:
parent
dc99dd1302
commit
f4e017d488
@ -13,7 +13,7 @@ interface Props {
|
||||
|
||||
export const MainLayoutHeader = observer(({ cluster, className }: Props) => {
|
||||
const actions = ClusterActions(cluster);
|
||||
const renderMenu = () => <MenuActions>
|
||||
const renderMenu = () => <MenuActions className="ClusterActionsMenu">
|
||||
<MenuItem onClick={actions.SHOW_SETTINGS}>
|
||||
<span>Settings</span>
|
||||
</MenuItem>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user