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:57 +01:00 committed by GitHub
parent 3a162b358d
commit cbc6018595
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ describe('Sidebar', () => {
describe('the specific section', () => {
describe('for standard users', () => {
it('has three nav-item', () => {
it('has two nav-items', () => {
expect(wrapper.findAll('ul').at(1).findAll('.nav-item')).toHaveLength(2)
})