mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fixed test TransactionForm.spec.js
This commit is contained in:
parent
41fe52fcc9
commit
d45d8cd02b
@ -300,7 +300,7 @@ Die ganze Welt bezwingen.“`)
|
|||||||
})
|
})
|
||||||
|
|
||||||
it('has SEND_TYPES = link', () => {
|
it('has SEND_TYPES = link', () => {
|
||||||
expect(wrapper.vm.radio_selected).toBe(SEND_TYPES.link)
|
expect(wrapper.vm.radioSelected).toBe(SEND_TYPES.link)
|
||||||
})
|
})
|
||||||
|
|
||||||
it('has no input field of id input-group-1', () => {
|
it('has no input field of id input-group-1', () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user