From d64055a78f4bd13e51b738ee7c12843560c91295 Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Thu, 14 Oct 2021 10:09:40 +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 55cbe457c..30719e4bd 100644 --- a/frontend/src/views/Layout/DashboardLayout_gdd.spec.js +++ b/frontend/src/views/Layout/DashboardLayout_gdd.spec.js @@ -110,7 +110,7 @@ describe('DashboardLayoutGdd', () => { expect(navbar.findAll('ul > a').at(2).text()).toEqual('transactions') }) - it('has three item "transactions" linked to transactions in navbar', async () => { + it('has third item "transactions" linked to transactions in navbar', async () => { navbar.findAll('ul > a').at(2).trigger('click') expect(wrapper.findAll('a').at(5).attributes('href')).toBe('/transactions') })