File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
tests/unit/specs/components Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import Vocabulary from '@creativecommons/vue-vocabulary/vue-vocabulary.common'
66import VueScrollTo from 'vue-scrollto'
77import createStore from '@/store'
88import App from '@/App'
9- import Stepper from '@/components/Stepper'
109
1110describe ( '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} )
You can’t perform that action at this time.
0 commit comments