mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
removing data that is not needed
This commit is contained in:
parent
bec0ea45f5
commit
48d2d4b527
@ -118,8 +118,8 @@ describe('AccountOverview', () => {
|
||||
.vm.$emit('send-transaction')
|
||||
})
|
||||
|
||||
it('shows the error page', async () => {
|
||||
expect(wrapper.find('div.card.card-body').text()).toContain('form.send_transaction_error')
|
||||
it('shows the error page', () => {
|
||||
expect(wrapper.find('div.card-body').text()).toContain('form.send_transaction_error')
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user