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
35af053f19
commit
d64055a78f
@ -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')
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user