From 37f3689d7f507edc9247d6bf5f2750ae6edbbdb9 Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 30 Apr 2021 10:53:09 +0200 Subject: [PATCH] =?UTF-8?q?fix=20test=20nab=C7=98abr=20li=20elements=20fro?= =?UTF-8?q?m=205=20to=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 ef567a080..651bef5a5 100644 --- a/frontend/src/views/Layout/DashboardLayout_gdd.spec.js +++ b/frontend/src/views/Layout/DashboardLayout_gdd.spec.js @@ -79,7 +79,7 @@ describe('DashboardLayoutGdd', () => { }) it('has five items in the navbar', () => { - expect(navbar.findAll('ul > li')).toHaveLength(5) + expect(navbar.findAll('ul > li')).toHaveLength(3) }) it('has first item "send" in navbar', () => {