org: tweak test for empty content

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-04-19 17:42:17 +02:00
parent c63172eeeb
commit 267191e2bb
@@ -58,9 +58,7 @@ describe('MyGroupsSidebarItem Test', () => {
},
},
);
expect(
rendered.getByText('Mounted at /catalog/:namespace/:kind/:name'),
).toBeInTheDocument();
expect(rendered.container).toBeEmptyDOMElement();
});
});