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:47 +02:00 committed by GitHub
parent d64055a78f
commit 1c57473d4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,7 +119,7 @@ describe('DashboardLayoutGdd', () => {
expect(navbar.findAll('ul > a').at(3).text()).toEqual('site.navbar.my-profil') expect(navbar.findAll('ul > a').at(3).text()).toEqual('site.navbar.my-profil')
}) })
it('has third item "My profile" linked to profile in navbar', async () => { it('has fourth item "My profile" linked to profile in navbar', async () => {
expect(wrapper.findAll('a').at(7).attributes('href')).toBe('/profile') expect(wrapper.findAll('a').at(7).attributes('href')).toBe('/profile')
}) })