Update frontend/src/views/Layout/DashboardLayout_gdd.spec.js

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Alexander Friedland 2021-10-14 10:09:00 +02:00 committed by GitHub
parent b2363198c2
commit d103da4054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,7 @@ describe('DashboardLayoutGdd', () => {
expect(wrapper.findAll('a').at(3).attributes('href')).toBe('/send') 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') expect(navbar.findAll('ul > a').at(2).text()).toEqual('transactions')
}) })