fix: yarn test2

This commit is contained in:
ogerly 2021-05-10 18:17:37 +02:00
parent 0bb2ac0d68
commit 9965b7639f

View File

@ -43,16 +43,6 @@ describe('GddSend', () => {
it('has a warning message', () => {
expect(wrapper.find('div.alert-default').find('span').text()).toBe('form.attention')
})
//it('has a dismiss button', () => {
// expect(wrapper.find('div.alert-warning').find('button').exists()).toBeTruthy()
//})
//
//it('dismisses the warning when button is clicked', async () => {
// wrapper.find('div.alert-warning').find('button').trigger('click')
// await wrapper.vm.$nextTick()
// expect(wrapper.find('div.alert-warning').exists()).toBeFalsy()
//})
})
describe('transaction form', () => {