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

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

View File

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