1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Cleaning up

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-11-09 12:03:31 +03:00
parent 27150bd487
commit e38ae07b6a

View File

@ -67,7 +67,6 @@ describe("<SidebarCluster/>", () => {
const { getByTestId, getByText } = render(<SidebarCluster clusterEntity={clusterEntity}/>);
const link = getByTestId("sidebar-cluster-dropdown");
// HotbarStore.createInstance();
fireEvent.click(link);
expect(await getByText("Add to Hotbar")).toBeInTheDocument();
});