From 35af053f19f8814931c4c6880806ab0527d75d75 Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Thu, 14 Oct 2021 10:09:24 +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 c4f0f2a70..55cbe457c 100644 --- a/frontend/src/views/Layout/DashboardLayout_gdd.spec.js +++ b/frontend/src/views/Layout/DashboardLayout_gdd.spec.js @@ -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') })