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:
parent
27150bd487
commit
e38ae07b6a
@ -67,7 +67,6 @@ describe("<SidebarCluster/>", () => {
|
|||||||
const { getByTestId, getByText } = render(<SidebarCluster clusterEntity={clusterEntity}/>);
|
const { getByTestId, getByText } = render(<SidebarCluster clusterEntity={clusterEntity}/>);
|
||||||
const link = getByTestId("sidebar-cluster-dropdown");
|
const link = getByTestId("sidebar-cluster-dropdown");
|
||||||
|
|
||||||
// HotbarStore.createInstance();
|
|
||||||
fireEvent.click(link);
|
fireEvent.click(link);
|
||||||
expect(await getByText("Add to Hotbar")).toBeInTheDocument();
|
expect(await getByText("Add to Hotbar")).toBeInTheDocument();
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user