Skip to content

Commit

Permalink
feat: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Le Caignec committed Nov 13, 2023
1 parent 6ad8ffb commit 003722f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 50 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2005,6 +2005,27 @@ exports[`TableGridView matches snapshot 1`] = `
</table>
</div>
</div>
<div
class="mantine-1cw9ra3"
/>
<div
class="mantine-z9baz5"
data-testid="pagination"
>
<div
class="mantine-Group-root mantine-11nlj0o"
data-testid="pagination-page"
>
<button
aria-current="page"
class="mantine-UnstyledButton-root mantine-Pagination-control mantine-v1qgro"
data-active="true"
type="button"
>
1
</button>
</div>
</div>
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,53 +50,3 @@ exports[`Thumbnail matches snapshot 1`] = `
</div>
</div>
`;

exports[`ThumbnailGrid matches snapshot 1`] = `
<div>
<div
class="mantine-1c8qzc3"
>
<div
class="mantine-Group-root mantine-p1wipv"
>
<div
class="mantine-1r83wdq"
>
<svg
fill="#0b7285"
height="22"
viewBox="0 0 256 256"
width="22"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M216.49,79.52l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40V216a20,20,0,0,0,20,20H200a20,20,0,0,0,20-20V88A12,12,0,0,0,216.49,79.52ZM160,57l23,23H160ZM60,212V44h76V92a12,12,0,0,0,12,12h48V212Z"
/>
</svg>
<h3
class="mantine-Text-root mantine-1oer4ck"
/>
</div>
<div />
</div>
<div
class="mantine-Image-root mantine-yxmaw9"
style="width: 100%;"
>
<figure
class="mantine-qenwvq mantine-Image-figure"
>
<div
class="mantine-1iugybl mantine-Image-imageWrapper"
>
<img
class="mantine-1bi35m7 mantine-Image-image"
src=""
style="object-fit: cover; width: 100%; height: auto;"
/>
</div>
</figure>
</div>
</div>
</div>
`;

0 comments on commit 003722f

Please sign in to comment.