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') })