fixed test TransactionForm.spec.js

This commit is contained in:
ogerly 2022-04-04 16:18:10 +02:00
parent 41fe52fcc9
commit d45d8cd02b

View File

@ -300,7 +300,7 @@ Die ganze Welt bezwingen.“`)
})
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', () => {