From 1c57473d4ae0695d68da33c9a7b0c17c7878f2f1 Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Thu, 14 Oct 2021 10:09:47 +0200 Subject: [PATCH] Update frontend/src/views/Layout/DashboardLayout_gdd.spec.js Co-authored-by: Moriz Wahl --- frontend/src/views/Layout/DashboardLayout_gdd.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') })