From 23b9c22ea8be9d0e2c1c8611d40bdf7b1e87aec2 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Mon, 12 Apr 2021 23:56:10 +0200 Subject: [PATCH] fix unit test --- 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', () => {