Update frontend/src/components/Menu/Navbar.spec.js

Co-authored-by: Hannes Heine <heine.hannes@gmail.com>
This commit is contained in:
Alexander Friedland 2021-12-10 12:54:38 +01:00 committed by GitHub
parent 0a3db57b7f
commit 11fc0c16e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,6 @@ describe('Navbar', () => {
it('renders the component', () => {
expect(wrapper.find('div.component-navbar').exists()).toBeTruthy()
})
})
describe('navigation Navbar', () => {
it('has .navbar-brand in the navbar', () => {