diff --git a/plugins/home/src/homePageComponents/VisitedByType/VisitedByType.test.tsx b/plugins/home/src/homePageComponents/VisitedByType/VisitedByType.test.tsx
index 9e363f55aa..4e3cf1e058 100644
--- a/plugins/home/src/homePageComponents/VisitedByType/VisitedByType.test.tsx
+++ b/plugins/home/src/homePageComponents/VisitedByType/VisitedByType.test.tsx
@@ -21,14 +21,6 @@ import { renderInTestApp } from '@backstage/test-utils';
import { waitFor } from '@testing-library/react';
describe(' kind="top"', () => {
- it('should render', async () => {
- const { getByText } = await renderInTestApp(
-
-
- ,
- );
- expect(getByText('Top Visited')).toBeInTheDocument();
- });
it('should display hits', async () => {
const { getByText } = await renderInTestApp(
kind="top"', () => {
});
describe(' kind="recent"', () => {
- it('should render', async () => {
- const { getByText } = await renderInTestApp(
-
-
- ,
- );
- expect(getByText('Recently Visited')).toBeInTheDocument();
- });
it('should display how long ago a visit happened', async () => {
const { getByText } = await renderInTestApp(