fix test components/Menu/Navbar.spec.js

This commit is contained in:
ogerly 2022-12-05 14:22:56 +01:00
parent 0c28478390
commit edf532145f

View File

@ -38,7 +38,7 @@ describe('AuthNavbar', () => {
})
it('renders the component', () => {
expect(wrapper.find('div.auth-header').exists()).toBeTruthy()
expect(wrapper.find('div.navbar-component').exists()).toBeTruthy()
})
it('has a .navbar-brand element', () => {