From 21cb3c897f95d15cdb6a11ebc4f2d45600de170c Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Thu, 21 Oct 2021 13:17:46 +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 85cf5740f..dc933328d 100644 --- a/frontend/src/views/Layout/DashboardLayout_gdd.spec.js +++ b/frontend/src/views/Layout/DashboardLayout_gdd.spec.js @@ -108,7 +108,7 @@ describe('DashboardLayoutGdd', () => { it('has second item "send" linked to sendoverview in navbar', () => { navbar.findAll('ul > a').at(1).trigger('click') - expect(wrapper.findAll('a').at(3).attributes('href')).toBe('/send') + expect(wrapper.findAll('ul > a').at(1).attributes('href')).toBe('/send') }) it('has third item "transactions" in navbar', () => {