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
d23ee1a6b4
commit
21cb3c897f
@ -108,7 +108,7 @@ describe('DashboardLayoutGdd', () => {
|
|||||||
|
|
||||||
it('has second item "send" linked to sendoverview in navbar', () => {
|
it('has second item "send" linked to sendoverview in navbar', () => {
|
||||||
navbar.findAll('ul > a').at(1).trigger('click')
|
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', () => {
|
it('has third item "transactions" in navbar', () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user