Files
manja_dev_ui/tests/unit/containers/__snapshots__/TheHeader.spec.js.snap
T
2020-02-17 17:18:37 +01:00

159 lines
3.2 KiB
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`TheHeader.vue renders correctly 1`] = `
<cheader-stub
colorscheme="light"
fixed="true"
light=""
tag="header"
withsubheader="true"
>
<ctoggler-stub
class="ml-3 d-lg-none"
inheader="true"
tag="button"
/>
<ctoggler-stub
class="ml-3 d-md-down-none"
inheader="true"
tag="button"
/>
<cheaderbrand-stub
activeclass="router-link-active"
class="mx-auto d-lg-none"
event="click"
exactactiveclass="router-link-exact-active"
routertag="a"
tag="div"
target="_self"
to="/"
>
<cicon-stub
alt="Logo"
height="48"
name="logo"
/>
</cheaderbrand-stub>
<cheadernav-stub
class="d-md-down-none mr-auto"
>
<cheadernavitem-stub
class="px-3"
>
<cheadernavlink-stub
activeclass="router-link-active"
event="click"
exactactiveclass="router-link-exact-active"
routertag="a"
target="_self"
to="/dashboard"
>
Dashboard
</cheadernavlink-stub>
</cheadernavitem-stub>
<cheadernavitem-stub
class="px-3"
>
<cheadernavlink-stub
activeclass="router-link-active"
event="click"
exact="true"
exactactiveclass="router-link-exact-active"
routertag="a"
target="_self"
to="/users"
>
Users
</cheadernavlink-stub>
</cheadernavitem-stub>
<cheadernavitem-stub
class="px-3"
>
<cheadernavlink-stub
activeclass="router-link-active"
event="click"
exactactiveclass="router-link-exact-active"
routertag="a"
target="_self"
>
Settings
</cheadernavlink-stub>
</cheadernavitem-stub>
</cheadernav-stub>
<cheadernav-stub
class="mr-4"
>
<cheadernavitem-stub
class="d-md-down-none mx-2"
>
<cheadernavlink-stub
activeclass="router-link-active"
event="click"
exactactiveclass="router-link-exact-active"
routertag="a"
target="_self"
>
<cicon-stub
name="cil-bell"
/>
</cheadernavlink-stub>
</cheadernavitem-stub>
<cheadernavitem-stub
class="d-md-down-none mx-2"
>
<cheadernavlink-stub
activeclass="router-link-active"
event="click"
exactactiveclass="router-link-exact-active"
routertag="a"
target="_self"
>
<cicon-stub
name="cil-list"
/>
</cheadernavlink-stub>
</cheadernavitem-stub>
<cheadernavitem-stub
class="d-md-down-none mx-2"
>
<cheadernavlink-stub
activeclass="router-link-active"
event="click"
exactactiveclass="router-link-exact-active"
routertag="a"
target="_self"
>
<cicon-stub
name="cil-envelope-open"
/>
</cheadernavlink-stub>
</cheadernavitem-stub>
<theheaderdropdownaccnt-stub />
</cheadernav-stub>
<csubheader-stub
class="px-3"
tag="div"
>
<cbreadcrumbrouter-stub
class="border-0 mb-0"
/>
</csubheader-stub>
</cheader-stub>
`;