diff --git a/frontend/src/views/Layout/DashboardLayout_gdd.spec.js b/frontend/src/views/Layout/DashboardLayout_gdd.spec.js index 30719e4bd..255f67339 100644 --- a/frontend/src/views/Layout/DashboardLayout_gdd.spec.js +++ b/frontend/src/views/Layout/DashboardLayout_gdd.spec.js @@ -119,7 +119,7 @@ describe('DashboardLayoutGdd', () => { 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') })