Skip to content

Commit c2018c1

Browse files
committed
Remove repeated test
1 parent 99ba7a4 commit c2018c1

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/unit/specs/components/CopyrightWaiverStep.spec.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,6 @@ describe('CopyrightWaiver Step: Check conditional rendering of markup', () => {
5757
expect(wrapper.vm.copyrightWaiverAgreed).toBe(false)
5858
})
5959

60-
it('User clicks copyright waiver checkbox', () => {
61-
wrapper.setProps({status : 'current'})
62-
63-
const checkbox = wrapper.findAll('input[type="checkbox"]').at(0)
64-
checkbox.setChecked();
65-
66-
console.log(wrapper.emitted())
67-
68-
})
69-
7060
})
7161

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

0 commit comments

Comments
 (0)