fix test for DashboardLayout_gdd in frontend

This commit is contained in:
Moriz Wahl 2021-04-13 14:39:33 +02:00
parent f26122fd01
commit df7fd847d1

View File

@ -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', () => {