mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix test for DashboardLayout_gdd in frontend
This commit is contained in:
parent
f26122fd01
commit
df7fd847d1
@ -83,7 +83,7 @@ describe('DashboardLayoutGdd', () => {
|
||||
})
|
||||
|
||||
it('has first item "send" in navbar', () => {
|
||||
expect(navbar.findAll('ul > li').at(0).text()).toEqual('sent')
|
||||
expect(navbar.findAll('ul > li').at(0).text()).toEqual('send')
|
||||
})
|
||||
|
||||
it('has first item "send" linked to overview in navbar', () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user