diff --git a/plugins/org/src/components/MyGroupsSidebarItem/MyGroupsSidebarItem.test.tsx b/plugins/org/src/components/MyGroupsSidebarItem/MyGroupsSidebarItem.test.tsx index 092f020c6b..9521bcc0a2 100644 --- a/plugins/org/src/components/MyGroupsSidebarItem/MyGroupsSidebarItem.test.tsx +++ b/plugins/org/src/components/MyGroupsSidebarItem/MyGroupsSidebarItem.test.tsx @@ -195,6 +195,7 @@ describe('MyGroupsSidebarItem Test', () => { expect(rendered.getByLabelText('My Squads')).toBeInTheDocument(); expect(rendered.getByLabelText('Team B')).toBeInTheDocument(); + expect(rendered.getByLabelText('Team A')).not.toBeInTheDocument(); expect(rendered.getByLabelText('Team C')).toHaveAttribute( 'href', '/catalog/default/Group/team-c',