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

View File

@ -87,7 +87,7 @@ describe('Sidebar', () => {
wrapper = Wrapper()
})
it('has four nav-item', () => {
it('has three nav-items', () => {
expect(wrapper.findAll('ul').at(1).findAll('.nav-item')).toHaveLength(3)
})