mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
test update balance
This commit is contained in:
parent
0371c911cb
commit
5763692725
@ -151,6 +151,16 @@ describe('DashboardLayoutGdd', () => {
|
|||||||
expect(routerPushMock).toBeCalledWith('/login')
|
expect(routerPushMock).toBeCalledWith('/login')
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
describe('update balance', () => {
|
||||||
|
it('updates the amount correctelly', async () => {
|
||||||
|
await wrapper.setData({ balance: 0 })
|
||||||
|
console.log(wrapper.html())
|
||||||
|
await wrapper.findComponent({ name: 'RouterView' }).vm.$emit('update-balance', 5)
|
||||||
|
await flushPromises()
|
||||||
|
expect(wrapper.vm.balance).toBe(5)
|
||||||
|
})
|
||||||
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user