We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465fab5 commit 922c8bbCopy full SHA for 922c8bb
tests/unit/specs/components/FirstStep.spec.js
@@ -40,7 +40,7 @@ describe('FirstStep Component', () => {
40
})
41
42
const radio = wrapper.findAll('input[type="radio"]').at(0)
43
- radio.trigger('change')
+ radio.setChecked()
44
45
expect(wrapper.emitted().change[0]).toEqual(['FS', 0, true])
46
@@ -53,7 +53,7 @@ describe('FirstStep Component', () => {
53
54
55
const radio = wrapper.findAll('input[type="radio"]').at(1)
56
57
58
expect(wrapper.emitted().change[0]).toEqual(['FS', 0, false])
59
0 commit comments