mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Update frontend/src/views/Layout/DashboardLayout_gdd.spec.js
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
parent
d64055a78f
commit
1c57473d4a
@ -119,7 +119,7 @@ describe('DashboardLayoutGdd', () => {
|
|||||||
expect(navbar.findAll('ul > a').at(3).text()).toEqual('site.navbar.my-profil')
|
expect(navbar.findAll('ul > a').at(3).text()).toEqual('site.navbar.my-profil')
|
||||||
})
|
})
|
||||||
|
|
||||||
it('has third item "My profile" linked to profile in navbar', async () => {
|
it('has fourth item "My profile" linked to profile in navbar', async () => {
|
||||||
expect(wrapper.findAll('a').at(7).attributes('href')).toBe('/profile')
|
expect(wrapper.findAll('a').at(7).attributes('href')).toBe('/profile')
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user