test: update snapshots and tests

This commit is contained in:
woothu
2019-10-19 15:29:25 +02:00
parent 452af28957
commit d2e7838db6
38 changed files with 2087 additions and 1959 deletions
@@ -3,11 +3,12 @@
exports[`TheHeader.vue renders correctly 1`] = `
<cheader-stub
fixed="true"
light=""
with-subheader=""
light="true"
withsubheader="true"
>
<csidebartoggler-stub
<ctoggler
class="c-header-toggler ml-3"
in-header=""
/>
<img
@@ -18,60 +19,96 @@ exports[`TheHeader.vue renders correctly 1`] = `
width="97"
/>
<ul
class="c-header-nav d-md-down-none mr-auto"
<cheadernav
class="d-md-down-none mr-auto"
>
<cheadernavitem
<cheadernavitem-stub
activeclass="active"
class="px-3"
event="click"
exactactiveclass="active"
routertag="a"
tag="span"
target="_self"
to="/dashboard"
>
Dashboard
</cheadernavitem>
</cheadernavitem-stub>
<cheadernavitem
<cheadernavitem-stub
activeclass="active"
class="px-3"
exact=""
event="click"
exact="true"
exactactiveclass="active"
routertag="a"
tag="span"
target="_self"
to="/users"
>
Users
</cheadernavitem>
</cheadernavitem-stub>
<cheadernavitem
<cheadernavitem-stub
activeclass="active"
class="px-3"
event="click"
exactactiveclass="active"
routertag="a"
tag="span"
target="_self"
>
Settings
</cheadernavitem>
</ul>
</cheadernavitem-stub>
</cheadernav>
<ul
class="c-header-nav mr-4"
<cheadernav
class="mr-4"
>
<cheadernavitem
<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>
</cheadernavitem-stub>
<cheadernavitem
<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>
</cheadernavitem-stub>
<cheadernavitem
<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>
</cheadernavitem-stub>
<theheaderdropdownaccnt-stub />
</ul>
</cheadernav>
<div
class="c-subheader px-3"
@@ -11,7 +11,8 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
>
<cdropdownheader-stub
class="text-center bg-light"
class="text-center"
color="light"
tag="div"
>
<strong>
@@ -34,12 +35,12 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
<cbadge-stub
activeclass="active"
class="ml-auto"
color="info"
event="click"
exactactiveclass="active"
routertag="a"
tag="span"
target="_self"
variant="info"
>
42
</cbadge-stub>
@@ -60,12 +61,12 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
<cbadge-stub
activeclass="active"
class="ml-auto"
color="success"
event="click"
exactactiveclass="active"
routertag="a"
tag="span"
target="_self"
variant="success"
>
42
</cbadge-stub>
@@ -86,12 +87,12 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
<cbadge-stub
activeclass="active"
class="ml-auto"
color="danger"
event="click"
exactactiveclass="active"
routertag="a"
tag="span"
target="_self"
variant="danger"
>
42
</cbadge-stub>
@@ -112,19 +113,20 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
<cbadge-stub
activeclass="active"
class="ml-auto"
color="warning"
event="click"
exactactiveclass="active"
routertag="a"
tag="span"
target="_self"
variant="warning"
>
42
</cbadge-stub>
</cdropdownitem-stub>
<cdropdownheader-stub
class="text-center bg-light"
class="text-center"
color="light"
tag="div"
>
<strong>
@@ -175,12 +177,12 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
<cbadge-stub
activeclass="active"
class="ml-auto"
color="secondary"
event="click"
exactactiveclass="active"
routertag="a"
tag="span"
target="_self"
variant="secondary"
>
42
</cbadge-stub>
@@ -201,12 +203,12 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
<cbadge-stub
activeclass="active"
class="ml-auto"
color="primary"
event="click"
exactactiveclass="active"
routertag="a"
tag="span"
target="_self"
variant="primary"
>
42
</cbadge-stub>
@@ -7,7 +7,7 @@ exports[`TheSidebar.vue renders correctly 1`] = `
fixed="true"
show="true"
>
<csidebarbrand
<csidebarbrand-stub
fullsrc="img/brand/coreui-base-white.svg"
minimizedsrc="img/brand/coreui-signet-white.svg"
wrappedinlink="[object Object]"