mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Update frontend/src/pages/Send.spec.js
Co-authored-by: Alexander Friedland <ogerly@users.noreply.github.com>
This commit is contained in:
parent
9c1ad7405a
commit
042e05dc75
@ -69,7 +69,7 @@ describe('Send', () => {
|
||||
})
|
||||
|
||||
it('shows the transaction formular again', () => {
|
||||
expect(wrapper.findComponent({ name: 'TransactionForm' }).exists()).toBeTruthy()
|
||||
expect(wrapper.findComponent({ name: 'TransactionForm' }).exists()).toBe(true)
|
||||
})
|
||||
|
||||
it('restores the previous data in the formular', () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user