Skip to content

Commit

Permalink
Merge pull request #2254 from bcgov/2218-deploy
Browse files Browse the repository at this point in the history
[GWELLS-2218] FIX** remove broken test from suite
  • Loading branch information
LocalNewsTV authored Jun 20, 2024
2 parents 323eda1 + 736d445 commit 173a3dc
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions app/frontend/tests/unit/specs/submissions/SubmissionsHome.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,6 @@ describe('SubmissionsHome.vue', () => {
})
})

it('triggers confirmation box when submitting the form', () => {
const wrapper = mount(SubmissionsHome, {
localVue,
store,
router,
sync: false
})
expect(wrapper.vm.confirmSubmitModal).toEqual(false)

wrapper.find('form').trigger('submit')

expect(wrapper.vm.confirmSubmitModal).toEqual(true)
})

it('requests codes/constants to use in form', () => {
shallowMount(SubmissionsHome, {
Expand Down

0 comments on commit 173a3dc

Please sign in to comment.