@@ -22,6 +22,7 @@ describe('ImageOverview.vue', () => {
2222 $t : t ,
2323 t,
2424 $store : store ,
25+ $fetchState : { pending : false } ,
2526 $rootGetters : { } ,
2627 } ;
2728
@@ -68,7 +69,7 @@ describe('ImageOverview.vue', () => {
6869 const wrapper = mount ( ImageOverview as any , {
6970 global : {
7071 mocks : {
71- $store : store , $t : t , t
72+ $store : store , $t : t , t, $fetchState : { pending : false }
7273 } ,
7374 stubs : {
7475 SortableTable : SortableTableWithSlots ,
@@ -239,7 +240,7 @@ describe('ImageOverview.vue', () => {
239240 const wrapperErr = mountComponent ( {
240241 global : {
241242 mocks : {
242- $store : storeErr , $t : t , t, $rootGetters : { }
243+ $store : storeErr , $t : t , t, $rootGetters : { } , $fetchState : { pending : false }
243244 }
244245 }
245246 } ) ;
@@ -264,7 +265,7 @@ describe('ImageOverview.vue', () => {
264265 const wrapper = mountComponent ( {
265266 global : {
266267 mocks : {
267- $store : store , $t : t , t
268+ $store : store , $t : t , t, $fetchState : { pending : false }
268269 }
269270 }
270271 } ) ;
@@ -469,7 +470,7 @@ describe('ImageOverview.vue', () => {
469470 const wrapperErr = mountComponent ( {
470471 global : {
471472 mocks : {
472- $store : storeErr , $t : t , t, $rootGetters : { }
473+ $store : storeErr , $t : t , t, $rootGetters : { } , $fetchState : { pending : false }
473474 }
474475 }
475476 } ) ;
@@ -527,7 +528,7 @@ describe('ImageOverview.vue', () => {
527528 const wrapperSuccess = mountComponent ( {
528529 global : {
529530 mocks : {
530- $store : storeSuccess , $t : t , t
531+ $store : storeSuccess , $t : t , t, $fetchState : { pending : false }
531532 }
532533 }
533534 } ) ;
@@ -552,7 +553,7 @@ describe('ImageOverview.vue', () => {
552553 const wrapperError = mountComponent ( {
553554 global : {
554555 mocks : {
555- $store : storeError , $t : t , t
556+ $store : storeError , $t : t , t, $fetchState : { pending : false }
556557 }
557558 }
558559 } ) ;
@@ -577,7 +578,7 @@ describe('ImageOverview.vue', () => {
577578 const wrapper = mountComponent ( {
578579 global : {
579580 mocks : {
580- $store : storeSuccess , $t : t , t
581+ $store : storeSuccess , $t : t , t, $fetchState : { pending : false }
581582 }
582583 }
583584 } ) ;
@@ -598,7 +599,7 @@ describe('ImageOverview.vue', () => {
598599 const wrapperErr = mountComponent ( {
599600 global : {
600601 mocks : {
601- $store : storeError , $t : t , t
602+ $store : storeError , $t : t , t, $fetchState : { pending : false }
602603 }
603604 }
604605 } ) ;
@@ -626,7 +627,7 @@ describe('ImageOverview.vue', () => {
626627 const wrapper = mountComponent ( {
627628 global : {
628629 mocks : {
629- $store : storeSuccess , $t : t , t
630+ $store : storeSuccess , $t : t , t, $fetchState : { pending : false }
630631 }
631632 }
632633 } ) ;
@@ -648,7 +649,7 @@ describe('ImageOverview.vue', () => {
648649 const wrapperErr = mountComponent ( {
649650 global : {
650651 mocks : {
651- $store : storeError , $t : t , t
652+ $store : storeError , $t : t , t, $fetchState : { pending : false }
652653 }
653654 }
654655 } ) ;
@@ -694,7 +695,7 @@ describe('ImageOverview.vue', () => {
694695 const wrapper = mountComponent ( {
695696 global : {
696697 mocks : {
697- $store : store , $t : t , t
698+ $store : store , $t : t , t, $fetchState : { pending : false }
698699 }
699700 }
700701 } ) ;
@@ -733,7 +734,7 @@ describe('ImageOverview.vue', () => {
733734 const wrapperSuccess = mountComponent ( {
734735 global : {
735736 mocks : {
736- $store : storeSuccess , $t : t , t
737+ $store : storeSuccess , $t : t , t, $fetchState : { pending : false }
737738 }
738739 }
739740 } ) ;
@@ -758,7 +759,7 @@ describe('ImageOverview.vue', () => {
758759 const wrapperError = mountComponent ( {
759760 global : {
760761 mocks : {
761- $store : storeError , $t : t , t
762+ $store : storeError , $t : t , t, $fetchState : { pending : false }
762763 }
763764 }
764765 } ) ;
@@ -783,7 +784,7 @@ describe('ImageOverview.vue', () => {
783784 const wrapper = mountComponent ( {
784785 global : {
785786 mocks : {
786- $store : storeSuccess , $t : t , t
787+ $store : storeSuccess , $t : t , t, $fetchState : { pending : false }
787788 }
788789 }
789790 } ) ;
@@ -804,7 +805,7 @@ describe('ImageOverview.vue', () => {
804805 const wrapperErr = mountComponent ( {
805806 global : {
806807 mocks : {
807- $store : storeError , $t : t , t
808+ $store : storeError , $t : t , t, $fetchState : { pending : false }
808809 }
809810 }
810811 } ) ;
@@ -832,7 +833,7 @@ describe('ImageOverview.vue', () => {
832833 const wrapper = mountComponent ( {
833834 global : {
834835 mocks : {
835- $store : storeSuccess , $t : t , t
836+ $store : storeSuccess , $t : t , t, $fetchState : { pending : false }
836837 }
837838 }
838839 } ) ;
@@ -854,7 +855,7 @@ describe('ImageOverview.vue', () => {
854855 const wrapperErr = mountComponent ( {
855856 global : {
856857 mocks : {
857- $store : storeError , $t : t , t
858+ $store : storeError , $t : t , t, $fetchState : { pending : false }
858859 }
859860 }
860861 } ) ;
0 commit comments