-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New snapshots since the html structure has changed.
- Loading branch information
Showing
8 changed files
with
539 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 40 additions & 0 deletions
40
frontend/src/components/menu/__snapshots__/LogoImage.test.ts.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html | ||
|
||
exports[`LogoImage > renders Logo 1`] = ` | ||
<div | ||
class="v-responsive v-img v-img--booting w-100 logo-medium" | ||
data-v-f6be2607="" | ||
> | ||
<div | ||
class="v-responsive__sizer" | ||
/> | ||
<transition-stub | ||
appear="true" | ||
css="true" | ||
name="fade-transition" | ||
persisted="false" | ||
> | ||
<img | ||
class="v-img__img v-img__img--contain" | ||
src="/src/assets/dreammall-logo.svg" | ||
style="display: none;" | ||
/> | ||
</transition-stub> | ||
<transition-stub | ||
appear="false" | ||
css="true" | ||
name="fade-transition" | ||
persisted="false" | ||
> | ||
<!----> | ||
</transition-stub> | ||
<!----> | ||
<!----> | ||
<!----> | ||
<!----> | ||
</div> | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.