Skip to content

Commit

Permalink
updated snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
maeckes1 committed Mar 22, 2024
1 parent 87c5e0a commit f990a04
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ exports[`HeaderMenu > renders 1`] = `
>
<div
class="d-flex flex-column py-8"
class="d-flex flex-column pt-8"
data-v-5e2a2776=""
>
<!-- TODO same as above: refactor -->
Expand Down Expand Up @@ -456,6 +456,7 @@ exports[`HeaderMenu > renders 1`] = `
<!---->
</a>
</div>
<!--v-if-->
</div>
<!---->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ exports[`DefaultLayout > renders 1`] = `
>
<div
class="d-flex flex-column py-8"
class="d-flex flex-column pt-8"
data-v-5e2a2776=""
>
<!-- TODO same as above: refactor -->
Expand Down Expand Up @@ -466,6 +466,7 @@ exports[`DefaultLayout > renders 1`] = `
<!---->
</a>
</div>
<!--v-if-->
</div>
<!---->
Expand Down
3 changes: 2 additions & 1 deletion presenter/src/pages/auth/__snapshots__/Page.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ exports[`AuthPage > signin callback without error > renders 1`] = `
>
<div
class="d-flex flex-column py-8"
class="d-flex flex-column pt-8"
data-v-5e2a2776=""
>
<!-- TODO same as above: refactor -->
Expand Down Expand Up @@ -467,6 +467,7 @@ exports[`AuthPage > signin callback without error > renders 1`] = `
<!---->
</a>
</div>
<!--v-if-->
</div>
<!---->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ exports[`DataPrivacyPage > renders 1`] = `
>
<div
class="d-flex flex-column py-8"
class="d-flex flex-column pt-8"
data-v-5e2a2776=""
>
<!-- TODO same as above: refactor -->
Expand Down Expand Up @@ -466,6 +466,7 @@ exports[`DataPrivacyPage > renders 1`] = `
<!---->
</a>
</div>
<!--v-if-->
</div>
<!---->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ exports[`ImpressumPage > renders 1`] = `
>
<div
class="d-flex flex-column py-8"
class="d-flex flex-column pt-8"
data-v-5e2a2776=""
>
<!-- TODO same as above: refactor -->
Expand Down Expand Up @@ -466,6 +466,7 @@ exports[`ImpressumPage > renders 1`] = `
<!---->
</a>
</div>
<!--v-if-->
</div>
<!---->
Expand Down
3 changes: 2 additions & 1 deletion presenter/src/pages/index/__snapshots__/Page.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ exports[`IndexPage > renders 1`] = `
>
<div
class="d-flex flex-column py-8"
class="d-flex flex-column pt-8"
data-v-5e2a2776=""
>
<!-- TODO same as above: refactor -->
Expand Down Expand Up @@ -467,6 +467,7 @@ exports[`IndexPage > renders 1`] = `
<!---->
</a>
</div>
<!--v-if-->
</div>
<!---->
Expand Down
9 changes: 6 additions & 3 deletions presenter/src/pages/optin/__snapshots__/Page.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ exports[`OptinPage > API call with error > renders error message 1`] = `
>
<div
class="d-flex flex-column py-8"
class="d-flex flex-column pt-8"
data-v-5e2a2776=""
>
<!-- TODO same as above: refactor -->
Expand Down Expand Up @@ -467,6 +467,7 @@ exports[`OptinPage > API call with error > renders error message 1`] = `
<!---->
</a>
</div>
<!--v-if-->
</div>
<!---->
Expand Down Expand Up @@ -1878,7 +1879,7 @@ exports[`OptinPage > API call with failure > renders error message 1`] = `
>
<div
class="d-flex flex-column py-8"
class="d-flex flex-column pt-8"
data-v-5e2a2776=""
>
<!-- TODO same as above: refactor -->
Expand Down Expand Up @@ -1967,6 +1968,7 @@ exports[`OptinPage > API call with failure > renders error message 1`] = `
<!---->
</a>
</div>
<!--v-if-->
</div>
<!---->
Expand Down Expand Up @@ -3378,7 +3380,7 @@ exports[`OptinPage > API call with success > renders success 1`] = `
>
<div
class="d-flex flex-column py-8"
class="d-flex flex-column pt-8"
data-v-5e2a2776=""
>
<!-- TODO same as above: refactor -->
Expand Down Expand Up @@ -3467,6 +3469,7 @@ exports[`OptinPage > API call with success > renders success 1`] = `
<!---->
</a>
</div>
<!--v-if-->
</div>
<!---->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ exports[`SilentRefreshPage > auth service with succes > renders 1`] = `
>
<div
class="d-flex flex-column py-8"
class="d-flex flex-column pt-8"
data-v-5e2a2776=""
>
<!-- TODO same as above: refactor -->
Expand Down Expand Up @@ -467,6 +467,7 @@ exports[`SilentRefreshPage > auth service with succes > renders 1`] = `
<!---->
</a>
</div>
<!--v-if-->
</div>
<!---->
Expand Down

0 comments on commit f990a04

Please sign in to comment.