Skip to content
Prev Previous commit
Next Next commit
Remove repeated test
  • Loading branch information
JackieBinya committed Apr 2, 2020
commit c2018c180d1c68483044471e4d1d45d4538283e8
10 changes: 0 additions & 10 deletions tests/unit/specs/components/CopyrightWaiverStep.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,6 @@ describe('CopyrightWaiver Step: Check conditional rendering of markup', () => {
expect(wrapper.vm.copyrightWaiverAgreed).toBe(false)
})

it('User clicks copyright waiver checkbox', () => {
wrapper.setProps({status : 'current'})

const checkbox = wrapper.findAll('input[type="checkbox"]').at(0)
checkbox.setChecked();

console.log(wrapper.emitted())

})

})

describe('Test functionality of computed properties', () => {
Expand Down