Skip to content

Commit

Permalink
update snapshots according to new vuetify version
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Mar 11, 2024
1 parent aaf7e01 commit 03cf6b7
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 292 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ exports[`TextButtonInput > TextButtonInput renders 1`] = `
<div
class="v-input__details"
>
<transition-group-stub
<transition-stub
appear="false"
aria-live="polite"
class="v-messages"
Expand All @@ -165,7 +165,7 @@ exports[`TextButtonInput > TextButtonInput renders 1`] = `
tag="div"
>
<!---->
</transition-group-stub>
</transition-stub>
<!---->
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ exports[`ContactForm > renders form 1`] = `
<div
class="v-input__details"
>
<transition-group-stub
<transition-stub
appear="false"
aria-live="polite"
class="v-messages"
Expand All @@ -518,7 +518,7 @@ exports[`ContactForm > renders form 1`] = `
tag="div"
>
<!---->
</transition-group-stub>
</transition-stub>
<!---->
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ exports[`FooterMenu > renders 1`] = `
<div
class="v-input__details"
>
<transition-group-stub
<transition-stub
appear="false"
aria-live="polite"
class="v-messages"
Expand All @@ -785,7 +785,7 @@ exports[`FooterMenu > renders 1`] = `
tag="div"
>
<!---->
</transition-group-stub>
</transition-stub>
<!---->
</div>
</div>
Expand Down
272 changes: 0 additions & 272 deletions presenter/src/components/menu/__snapshots__/TopMenu.test.ts.snap

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -1263,7 +1263,7 @@ exports[`DefaultLayout > renders 1`] = `
<div
class="v-input__details"
>
<transition-group-stub
<transition-stub
appear="false"
aria-live="polite"
class="v-messages"
Expand All @@ -1275,7 +1275,7 @@ exports[`DefaultLayout > renders 1`] = `
tag="div"
>
<!---->
</transition-group-stub>
</transition-stub>
<!---->
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1639,7 +1639,7 @@ exports[`DataPrivacyPage > renders 1`] = `
<div
class="v-input__details"
>
<transition-group-stub
<transition-stub
appear="false"
aria-live="polite"
class="v-messages"
Expand All @@ -1651,7 +1651,7 @@ exports[`DataPrivacyPage > renders 1`] = `
tag="div"
>
<!---->
</transition-group-stub>
</transition-stub>
<!---->
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions presenter/src/pages/impressum/__snapshots__/Page.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1916,7 +1916,7 @@ exports[`ImpressumPage > renders 1`] = `
<div
class="v-input__details"
>
<transition-group-stub
<transition-stub
appear="false"
aria-live="polite"
class="v-messages"
Expand All @@ -1928,7 +1928,7 @@ exports[`ImpressumPage > renders 1`] = `
tag="div"
>
<!---->
</transition-group-stub>
</transition-stub>
<!---->
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions presenter/src/pages/index/__snapshots__/Page.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3198,7 +3198,7 @@ exports[`IndexPage > renders 1`] = `
<div
class="v-input__details"
>
<transition-group-stub
<transition-stub
appear="false"
aria-live="polite"
class="v-messages"
Expand All @@ -3210,7 +3210,7 @@ exports[`IndexPage > renders 1`] = `
tag="div"
>
<!---->
</transition-group-stub>
</transition-stub>
<!---->
</div>
</div>
Expand Down
Loading

0 comments on commit 03cf6b7

Please sign in to comment.