From d103da40544d3184f28a376e5e866a0cfe643fc7 Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Thu, 14 Oct 2021 10:09:00 +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 d737407dd..c4f0f2a70 100644 --- a/frontend/src/views/Layout/DashboardLayout_gdd.spec.js +++ b/frontend/src/views/Layout/DashboardLayout_gdd.spec.js @@ -106,7 +106,7 @@ describe('DashboardLayoutGdd', () => { expect(wrapper.findAll('a').at(3).attributes('href')).toBe('/send') }) - it('has three item "transactions" in navbar', () => { + it('has third item "transactions" in navbar', () => { expect(navbar.findAll('ul > a').at(2).text()).toEqual('transactions') })