Skip to content

Commit d3b7344

Browse files
aonomikejoaopapereira
authored andcommitted
Remove tests that count number of links in the navbar (AgileVentures#130)
1 parent cac5867 commit d3b7344

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/tests/components/Navbar.test.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,6 @@ describe('Navbar', () => {
1313
expect(wrapper.find('Navbar').length).toEqual(1)
1414
})
1515

16-
it('renders 8 MenuItem elements', () => {
17-
const wrapper = homepage(props)
18-
expect(wrapper.find('MenuItem').length).toEqual(8)
19-
})
20-
21-
it('renders 8 Link elements', () => {
22-
const wrapper = homepage(props)
23-
expect(wrapper.find('Link').length).toEqual(8)
24-
})
25-
2616
it('renders 1 active Link element', () => {
2717
const wrapper = homepage(props)
2818
expect(wrapper.find('.active').find('Link').length).toEqual(1)

0 commit comments

Comments
 (0)