email is restored after clicking back from transaction confirmation

This commit is contained in:
Moriz Wahl 2022-04-05 13:01:33 +02:00
parent 13de1d07e0
commit a6b5dddc61

View File

@ -85,10 +85,9 @@ describe('Send', () => {
})
it('restores the previous data in the formular', () => {
/* expect(wrapper.find('#input-group-1').find('input').vm.$el.value).toBe(
expect(wrapper.find('#input-group-1').find('input').vm.$el.value).toBe(
'user@example.org',
)
*/
expect(wrapper.find('#input-group-2').find('input').vm.$el.value).toBe('23.45')
expect(wrapper.find('#input-group-3').find('textarea').vm.$el.value).toBe(
'Make the best of it!',