Skip to content
Prev Previous commit
Next Next commit
Clears minor bugs from review
  • Loading branch information
JackieBinya committed Apr 2, 2020
commit b2f774f277954e96512caa7bb188f4dd9573b1ea
4 changes: 2 additions & 2 deletions tests/unit/specs/components/CopyrightWaiverStep.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ localVue.use(Vuex)
localVue.use(Buefy)

describe('CopyrightWaiver Step: Check conditional rendering of markup', () => {
let wrapper, state
let wrapper

beforeEach(() => {
wrapper = mount(CopyrightWaiverStep, {
Expand Down Expand Up @@ -38,7 +38,7 @@ describe('CopyrightWaiver Step: Check conditional rendering of markup', () => {
stepName: 'CW',
})

expect(wrapper.find('.step-description').exists()).toBeFalsy
expect(wrapper.find('.step-description').exists()).toBeFalsy()
expect(wrapper.find('.step-actions').exists()).toBeFalsy()
})

Expand Down