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

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Alexander Friedland 2023-02-28 14:49:45 +01:00 committed by GitHub
parent 0faf32b071
commit 3a162b358d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ describe('Sidebar', () => {
})
describe('the genaral section', () => {
it('has five nav-item', () => {
it('has six nav-items', () => {
expect(wrapper.findAll('ul').at(0).findAll('.nav-item')).toHaveLength(6)
})