Skip to content

Commit

Permalink
fix: updated avatar test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepat0 committed Nov 12, 2024
1 parent 49744c1 commit 40d4a82
Showing 1 changed file with 32 additions and 93 deletions.
125 changes: 32 additions & 93 deletions src/components/Avatar/__snapshots__/Avatar.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -38,117 +38,56 @@ exports[`renders Avatar with blob and avatar in blob unchanged 1`] = `
exports[`renders Avatar with custom glb model unchanged 1`] = `
<div>
<div
class="memori--avatar-wrapper memori--avatar-customglb"
class="memori--blob-container"
>
<div
class="model-viewer"
class="memori-blob"
>
<model-viewer
alt=""
autoplay="true"
camera-controls="true"
disable-zoom="true"
ios-src=""
poster=""
shadow-intensity="1"
src="https://assets.memori.ai/api/v2/asset/7383f05a-0788-49b0-b9b9-3bfc402c7ddf.glb#1669136149862"
<div
class="mainDiv"
/>
<div
class="mainDiv"
/>
<div
class="mainDiv"
/>
<div
class="mainDiv"
/>
<div
class="mainDiv"
/>
</div>
</div>
<div
class="memori--avatar-toggle"
>
<button
class="memori-button memori-button--ghost memori-button--rounded memori-button--padded memori-button--with-icon"
>
<span
class="memori-button--icon"
>
<svg
aria-hidden="true"
focusable="false"
role="img"
viewBox="0 0 1024 1024"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M942.2 486.2Q889.47 375.11 816.7 305l-50.88 50.88C807.31 395.53 843.45 447.4 874.7 512 791.5 684.2 673.4 766 512 766q-72.67 0-133.87-22.38L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 000-51.5zm-63.57-320.64L836 122.88a8 8 0 00-11.32 0L715.31 232.2Q624.86 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 000 51.5q56.69 119.4 136.5 191.41L112.48 835a8 8 0 000 11.31L155.17 889a8 8 0 0011.31 0l712.15-712.12a8 8 0 000-11.32zM149.3 512C232.6 339.8 350.7 258 512 258c54.54 0 104.13 9.36 149.12 28.39l-70.3 70.3a176 176 0 00-238.13 238.13l-83.42 83.42C223.1 637.49 183.3 582.28 149.3 512zm246.7 0a112.11 112.11 0 01146.2-106.69L401.31 546.2A112 112 0 01396 512z"
/>
<path
d="M508 624c-3.46 0-6.87-.16-10.25-.47l-52.82 52.82a176.09 176.09 0 00227.42-227.42l-52.82 52.82c.31 3.38.47 6.79.47 10.25a111.94 111.94 0 01-112 112z"
/>
</svg>
</span>
<span
class="memori--avatar-toggle-text"
>
hide
</span>
</button>
</div>
</div>
`;

exports[`renders Avatar with rpm 3d avatar unchanged 1`] = `
<div>
<div
class="memori--avatar-wrapper memori--avatar-readyplayerme"
class="memori--blob-container"
>
<div
class="memori--blob-container"
class="memori-blob"
>
<div
class="memori-blob"
>
<div
class="mainDiv"
/>
<div
class="mainDiv"
/>
<div
class="mainDiv"
/>
<div
class="mainDiv"
/>
<div
class="mainDiv"
/>
</div>
class="mainDiv"
/>
<div
class="mainDiv"
/>
<div
class="mainDiv"
/>
<div
class="mainDiv"
/>
<div
class="mainDiv"
/>
</div>
</div>
<div
class="memori--avatar-toggle"
>
<button
class="memori-button memori-button--ghost memori-button--rounded memori-button--padded memori-button--with-icon"
>
<span
class="memori-button--icon"
>
<svg
aria-hidden="true"
focusable="false"
role="img"
viewBox="0 0 1024 1024"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M942.2 486.2Q889.47 375.11 816.7 305l-50.88 50.88C807.31 395.53 843.45 447.4 874.7 512 791.5 684.2 673.4 766 512 766q-72.67 0-133.87-22.38L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 000-51.5zm-63.57-320.64L836 122.88a8 8 0 00-11.32 0L715.31 232.2Q624.86 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 000 51.5q56.69 119.4 136.5 191.41L112.48 835a8 8 0 000 11.31L155.17 889a8 8 0 0011.31 0l712.15-712.12a8 8 0 000-11.32zM149.3 512C232.6 339.8 350.7 258 512 258c54.54 0 104.13 9.36 149.12 28.39l-70.3 70.3a176 176 0 00-238.13 238.13l-83.42 83.42C223.1 637.49 183.3 582.28 149.3 512zm246.7 0a112.11 112.11 0 01146.2-106.69L401.31 546.2A112 112 0 01396 512z"
/>
<path
d="M508 624c-3.46 0-6.87-.16-10.25-.47l-52.82 52.82a176.09 176.09 0 00227.42-227.42l-52.82 52.82c.31 3.38.47 6.79.47 10.25a111.94 111.94 0 01-112 112z"
/>
</svg>
</span>
<span
class="memori--avatar-toggle-text"
>
hide
</span>
</button>
</div>
</div>
`;

Expand Down

0 comments on commit 40d4a82

Please sign in to comment.