fix unit test

This commit is contained in:
Moriz Wahl 2021-04-12 23:56:10 +02:00
parent 7cad0af51f
commit 23b9c22ea8

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