We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee210b5 commit 3db8b22Copy full SHA for 3db8b22
tests/unit/specs/components/AttributionDetailsStep.spec.js
@@ -30,8 +30,6 @@ describe('AttributionDetailsStep Component Rendering', () => {
30
31
it('Component not mounted if status is previous', () =>{
32
wrapper.setProps({status : 'previous'})
33
- console.log(wrapper.html())
34
- console.log(wrapper.find('.step-content'))
35
expect(wrapper.find('.step-actions').exists()).toBeFalsy()
36
})
37
0 commit comments