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

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

View File

@ -30,7 +30,6 @@ describe('Sidebar', () => {
it('renders the component', () => {
expect(wrapper.find('div#component-sidebar').exists()).toBeTruthy()
})
})
describe('navigation Navbar', () => {
it('has seven b-nav-item in the navbar', () => {