Files
manja_ui_dev/tests/unit/containers/__snapshots__/TheHeader.spec.js.snap
T
2019-10-19 15:29:25 +02:00

122 lines
2.2 KiB
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`TheHeader.vue renders correctly 1`] = `
<cheader-stub
fixed="true"
light="true"
withsubheader="true"
>
<ctoggler
class="c-header-toggler ml-3"
in-header=""
/>
<img
alt="CoreUI Logo"
class="c-header-brand mx-auto d-lg-none"
height="46"
src="img/brand/coreui-base.svg"
width="97"
/>
<cheadernav
class="d-md-down-none mr-auto"
>
<cheadernavitem-stub
activeclass="active"
class="px-3"
event="click"
exactactiveclass="active"
routertag="a"
tag="span"
target="_self"
to="/dashboard"
>
Dashboard
</cheadernavitem-stub>
<cheadernavitem-stub
activeclass="active"
class="px-3"
event="click"
exact="true"
exactactiveclass="active"
routertag="a"
tag="span"
target="_self"
to="/users"
>
Users
</cheadernavitem-stub>
<cheadernavitem-stub
activeclass="active"
class="px-3"
event="click"
exactactiveclass="active"
routertag="a"
tag="span"
target="_self"
>
Settings
</cheadernavitem-stub>
</cheadernav>
<cheadernav
class="mr-4"
>
<cheadernavitem-stub
activeclass="active"
class="d-md-down-none mx-2"
event="click"
exactactiveclass="active"
routertag="a"
tag="span"
target="_self"
>
<i
class="cui-bell"
/>
</cheadernavitem-stub>
<cheadernavitem-stub
activeclass="active"
class="d-md-down-none mx-2"
event="click"
exactactiveclass="active"
routertag="a"
tag="span"
target="_self"
>
<i
class="cui-list"
/>
</cheadernavitem-stub>
<cheadernavitem-stub
activeclass="active"
class="d-md-down-none mx-2"
event="click"
exactactiveclass="active"
routertag="a"
tag="span"
target="_self"
>
<i
class="cui-envelope-open"
/>
</cheadernavitem-stub>
<theheaderdropdownaccnt-stub />
</cheadernav>
<div
class="c-subheader px-3"
>
<cbreadcrumbrouter-stub
class="border-0"
/>
</div>
</cheader-stub>
`;