test: fix snapshots and sidebar test

This commit is contained in:
woothu
2020-02-17 17:18:37 +01:00
parent 0493a99c31
commit 5960f11f6c
21 changed files with 932 additions and 828 deletions
@@ -7,7 +7,7 @@ exports[`TheContainer.vue renders correctly 1`] = `
<thesidebar-stub />
<div
class="c-wrapper"
class="c-wrapper c-fixed-components"
>
<theheader-stub />
@@ -26,9 +26,9 @@ exports[`TheContainer.vue renders correctly 1`] = `
/>
</ccontainer-stub>
</main>
<thefooter-stub />
</div>
<thefooter-stub />
</div>
</div>
`;