fix test nabǘabr li elements from 5 to 3

This commit is contained in:
ogerly 2021-04-30 10:53:09 +02:00
parent 30d8111771
commit 37f3689d7f

View File

@ -79,7 +79,7 @@ describe('DashboardLayoutGdd', () => {
})
it('has five items in the navbar', () => {
expect(navbar.findAll('ul > li')).toHaveLength(5)
expect(navbar.findAll('ul > li')).toHaveLength(3)
})
it('has first item "send" in navbar', () => {