Skip to content

Commit

Permalink
Remove test that is no longer valid
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikmonsen committed Sep 13, 2024
1 parent 370d95b commit 49809fd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions __tests__/components/Header.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ test('Header should have logo and Hugin-text', () => {
expect(screen.getByRole('img')).toBeTruthy();
});

test('Header should have login button', () => {
expect(screen.getByText('Logg inn')).toBeTruthy();
});

test('Header should not as default not show search bar', () => {
expect(screen.queryByRole('searchbox')).toBeFalsy();
});

0 comments on commit 49809fd

Please sign in to comment.