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', () => {