Update frontend/src/views/Layout/DashboardLayout_gdd.spec.js

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Alexander Friedland 2021-10-14 10:09:24 +02:00 committed by GitHub
parent d103da4054
commit 35af053f19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,7 @@ describe('DashboardLayoutGdd', () => {
expect(wrapper.findAll('a').at(5).attributes('href')).toBe('/transactions')
})
it('has three item "profil" in navbar', () => {
it('has fourth item "M profile" in navbar', () => {
expect(navbar.findAll('ul > a').at(3).text()).toEqual('site.navbar.my-profil')
})