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-21 13:17:46 +02:00 committed by GitHub
parent d23ee1a6b4
commit 21cb3c897f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,7 +108,7 @@ describe('DashboardLayoutGdd', () => {
it('has second item "send" linked to sendoverview in navbar', () => {
navbar.findAll('ul > a').at(1).trigger('click')
expect(wrapper.findAll('a').at(3).attributes('href')).toBe('/send')
expect(wrapper.findAll('ul > a').at(1).attributes('href')).toBe('/send')
})
it('has third item "transactions" in navbar', () => {