Skip to content

Commit

Permalink
Test: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Pet3r1512 committed Nov 17, 2024
1 parent a12dbe7 commit 3e9b6dc
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions src/components/Layouts/Header/header.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,4 @@ describe("Render Header", () => {
expect(tree).toMatchSnapshot();
});
});

// it("Should contain correct Header content",async () => {
// const tree = render(<Header />);

// waitFor(() => {
// expect(logo).toBeInTheDocument();
// })

// const logo = tree.getByTestId("Logo");
// expect(logo).toBeInTheDocument();

// const navbar = tree.getByTestId("navbar");
// expect(navbar).toBeInTheDocument();

// const theme_togger = tree.getByTestId("theme-togger");
// expect(theme_togger).toBeInTheDocument();

// const verticalLine = tree.getByTestId("vt");
// expect(verticalLine).toBeInTheDocument();

// const github = tree.getByTestId("github-logo");
// expect(github).toBeInTheDocument();
// });
});

0 comments on commit 3e9b6dc

Please sign in to comment.