From 75f20378ac68a0d67328311392fd3add33cf69d0 Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Thu, 21 Oct 2021 16:48:03 +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 dc933328d..499e0ee9e 100644 --- a/frontend/src/views/Layout/DashboardLayout_gdd.spec.js +++ b/frontend/src/views/Layout/DashboardLayout_gdd.spec.js @@ -106,7 +106,7 @@ describe('DashboardLayoutGdd', () => { expect(navbar.findAll('ul > a').at(1).text()).toEqual('send') }) - it('has second item "send" linked to sendoverview in navbar', () => { + it('has second item "send" linked to /send in navbar', () => { navbar.findAll('ul > a').at(1).trigger('click') expect(wrapper.findAll('ul > a').at(1).attributes('href')).toBe('/send') })