Searched refs:rootWrapper (Results 1 – 2 of 2) sorted by relevance
41 const rootWrapper = createWrapper(wrapper.vm.$root); constant45 expect(rootWrapper.emitted('change-is-navigation-open')).toBeTruthy();49 const rootWrapper = createWrapper(wrapper.vm.$root); constant51 rootWrapper.vm.$emit('toggle-navigation');53 rootWrapper.vm.$emit('toggle-navigation');
50 const rootWrapper = createWrapper(wrapper.vm.$root); constant53 expect(rootWrapper.emitted('toggle-navigation')).toBeTruthy();63 const rootWrapper = createWrapper(wrapper.vm.$root); constant64 rootWrapper.vm.$emit('change-is-navigation-open', false);65 await rootWrapper.vm.$nextTick();