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:32 +01:00 committed by GitHub
parent 49c192ebbf
commit 04819a1156
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,4 +61,5 @@ describe('Sidebar', () => {
expect(wrapper.findAll('.nav-item').at(6).text()).toEqual('logout')
})
})
})
})