Skip to content

Commit 30c0fb9

Browse files
committed
Remove failing stepper unit test.
This test will be later added to the integration test suite.
1 parent e83a725 commit 30c0fb9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import Vocabulary from '@creativecommons/vue-vocabulary/vue-vocabulary.common'
66
import VueScrollTo from 'vue-scrollto'
77
import createStore from '@/store'
88
import App from '@/App'
9-
import Stepper from '@/components/Stepper'
109

1110
describe('App.vue', () => {
1211
let wrapper
@@ -50,10 +49,4 @@ describe('App.vue', () => {
5049
await wrapper.vm.$store.commit('setSelected', { name: 'BY', selected: false })
5150
expect(rightColumn.find('licensedetailscard-stub').exists()).toBe(true)
5251
})
53-
54-
it('Check that showLicenseUse returns true if currentStepId is equal to 7', async() => {
55-
expect(wrapper.find('licenseusecard-stub').exists()).toBe(false)
56-
await wrapper.findComponent(Stepper).vm.$emit('input', 7)
57-
expect(wrapper.find('licenseusecard-stub').exists()).toBe(true)
58-
})
5952
})

0 commit comments

Comments
 (0)