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 16:48:03 +02:00 committed by GitHub
parent 21cb3c897f
commit 75f20378ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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