From df7fd847d1282ab062a9c0520f13e988318ce5e3 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Tue, 13 Apr 2021 14:39:33 +0200 Subject: [PATCH] fix test for DashboardLayout_gdd in frontend --- 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 1983211f2..3625df05e 100644 --- a/frontend/src/views/Layout/DashboardLayout_gdd.spec.js +++ b/frontend/src/views/Layout/DashboardLayout_gdd.spec.js @@ -83,7 +83,7 @@ describe('DashboardLayoutGdd', () => { }) it('has first item "send" in navbar', () => { - expect(navbar.findAll('ul > li').at(0).text()).toEqual('sent') + expect(navbar.findAll('ul > li').at(0).text()).toEqual('send') }) it('has first item "send" linked to overview in navbar', () => {