Home
last modified time | relevance | path

Searched refs:rootWrapper (Results 1 – 2 of 2) sorted by relevance

/openbmc/webui-vue/tests/unit/
H A DAppNavigation.spec.js41 const rootWrapper = createWrapper(wrapper.vm.$root); constant
45 expect(rootWrapper.emitted('change-is-navigation-open')).toBeTruthy();
49 const rootWrapper = createWrapper(wrapper.vm.$root); constant
51 rootWrapper.vm.$emit('toggle-navigation');
53 rootWrapper.vm.$emit('toggle-navigation');
H A DAppHeader.spec.js50 const rootWrapper = createWrapper(wrapper.vm.$root); constant
53 expect(rootWrapper.emitted('toggle-navigation')).toBeTruthy();
63 const rootWrapper = createWrapper(wrapper.vm.$root); constant
64 rootWrapper.vm.$emit('change-is-navigation-open', false);
65 await rootWrapper.vm.$nextTick();