Browse Source

test: update repo summary UI snapshots

should have been updated when changes made in
9ddcf92598
master
DanConwayDev 2 years ago
parent
commit
fa05263d4e
No known key found for this signature in database
GPG Key ID: 68E15486D73F75E1
  1. BIN
      __snapshots__/repo-summary-card--loading.png
  2. BIN
      __snapshots__/repo-summary-card--long-and-no-spaces.png
  3. BIN
      __snapshots__/repo-summary-card--long-details.png
  4. BIN
      __snapshots__/repo-summary-card--multiple-maintainers.png
  5. BIN
      __snapshots__/repo-summary-card--no-details.png
  6. BIN
      __snapshots__/repo-summary-card--short-details.png
  7. 12
      __snapshots__/repo-summary-card.test.js.snap
  8. BIN
      __snapshots__/repo-summary-list--default.png
  9. BIN
      __snapshots__/repo-summary-list--loading.png
  10. BIN
      __snapshots__/repo-summary-list--multiple-maintainers.png
  11. BIN
      __snapshots__/repo-summary-list--no-title.png
  12. BIN
      __snapshots__/repo-summary-list--partially-loaded.png
  13. 38
      __snapshots__/repo-summary-list.test.js.snap

BIN
__snapshots__/repo-summary-card--loading.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

BIN
__snapshots__/repo-summary-card--long-and-no-spaces.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

BIN
__snapshots__/repo-summary-card--long-details.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

BIN
__snapshots__/repo-summary-card--multiple-maintainers.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

BIN
__snapshots__/repo-summary-card--no-details.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

BIN
__snapshots__/repo-summary-card--short-details.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

12
__snapshots__/repo-summary-card.test.js.snap

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Repo/Summary/Card Long Details smoke-test 1`] = `
<div class="my-2 rounded-lg bg-base-200 p-4"
<div class="rounded-lg bg-base-200 p-4"
style="min-height: 3.325rem;"
>
<a class="link-primary break-words"
@ -37,7 +37,7 @@ exports[`Repo/Summary/Card Long Details smoke-test 1`] = ` @@ -37,7 +37,7 @@ exports[`Repo/Summary/Card Long Details smoke-test 1`] = `
`;
exports[`Repo/Summary/Card Long and No Spaces smoke-test 1`] = `
<div class="my-2 rounded-lg bg-base-200 p-4"
<div class="rounded-lg bg-base-200 p-4"
style="min-height: 3.325rem;"
>
<a class="link-primary break-words"
@ -73,7 +73,7 @@ exports[`Repo/Summary/Card Long and No Spaces smoke-test 1`] = ` @@ -73,7 +73,7 @@ exports[`Repo/Summary/Card Long and No Spaces smoke-test 1`] = `
`;
exports[`Repo/Summary/Card Multiple Maintainers smoke-test 1`] = `
<div class="my-2 rounded-lg bg-base-200 p-4"
<div class="rounded-lg bg-base-200 p-4"
style="min-height: 5.975rem;"
>
<a class="link-primary break-words"
@ -143,7 +143,7 @@ exports[`Repo/Summary/Card Multiple Maintainers smoke-test 1`] = ` @@ -143,7 +143,7 @@ exports[`Repo/Summary/Card Multiple Maintainers smoke-test 1`] = `
`;
exports[`Repo/Summary/Card No Details smoke-test 1`] = `
<div class="my-2 rounded-lg bg-base-200 p-4"
<div class="rounded-lg bg-base-200 p-4"
style="min-height: 3.325rem;"
>
<a class="link-primary break-words"
@ -173,7 +173,7 @@ exports[`Repo/Summary/Card No Details smoke-test 1`] = ` @@ -173,7 +173,7 @@ exports[`Repo/Summary/Card No Details smoke-test 1`] = `
`;
exports[`Repo/Summary/Card Short Details smoke-test 1`] = `
<div class="my-2 rounded-lg bg-base-200 p-4"
<div class="rounded-lg bg-base-200 p-4"
style="min-height: 3.325rem;"
>
<a class="link-primary break-words"
@ -209,7 +209,7 @@ exports[`Repo/Summary/Card Short Details smoke-test 1`] = ` @@ -209,7 +209,7 @@ exports[`Repo/Summary/Card Short Details smoke-test 1`] = `
`;
exports[`Repo/Summary/Card loading smoke-test 1`] = `
<div class="my-2 rounded-lg bg-base-200 p-4"
<div class="rounded-lg bg-base-200 p-4"
style="min-height: 3.325rem;"
>
<div class="skeleton mb-2 h-5 w-40">

BIN
__snapshots__/repo-summary-list--default.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 40 KiB

BIN
__snapshots__/repo-summary-list--loading.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

BIN
__snapshots__/repo-summary-list--multiple-maintainers.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 32 KiB

BIN
__snapshots__/repo-summary-list--no-title.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 25 KiB

BIN
__snapshots__/repo-summary-list--partially-loaded.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 28 KiB

38
__snapshots__/repo-summary-list.test.js.snap

@ -7,8 +7,8 @@ exports[`Repo/Summary/List Default smoke-test 1`] = ` @@ -7,8 +7,8 @@ exports[`Repo/Summary/List Default smoke-test 1`] = `
Featured Repositories
</h3>
</div>
<div class>
<div class="my-2 rounded-lg bg-base-200 p-4"
<div class="grid gap-4 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4">
<div class="rounded-lg bg-base-200 p-4"
style="min-height: 3.325rem;"
>
<a class="link-primary break-words"
@ -41,7 +41,7 @@ exports[`Repo/Summary/List Default smoke-test 1`] = ` @@ -41,7 +41,7 @@ exports[`Repo/Summary/List Default smoke-test 1`] = `
</ul>
</div>
</div>
<div class="my-2 rounded-lg bg-base-200 p-4"
<div class="rounded-lg bg-base-200 p-4"
style="min-height: 3.325rem;"
>
<a class="link-primary break-words"
@ -74,7 +74,7 @@ exports[`Repo/Summary/List Default smoke-test 1`] = ` @@ -74,7 +74,7 @@ exports[`Repo/Summary/List Default smoke-test 1`] = `
</ul>
</div>
</div>
<div class="my-2 rounded-lg bg-base-200 p-4"
<div class="rounded-lg bg-base-200 p-4"
style="min-height: 3.325rem;"
>
<a class="link-primary break-words"
@ -107,7 +107,7 @@ exports[`Repo/Summary/List Default smoke-test 1`] = ` @@ -107,7 +107,7 @@ exports[`Repo/Summary/List Default smoke-test 1`] = `
</ul>
</div>
</div>
<div class="my-2 rounded-lg bg-base-200 p-4"
<div class="rounded-lg bg-base-200 p-4"
style="min-height: 5.975rem;"
>
<a class="link-primary break-words"
@ -198,8 +198,8 @@ exports[`Repo/Summary/List Loading smoke-test 1`] = ` @@ -198,8 +198,8 @@ exports[`Repo/Summary/List Loading smoke-test 1`] = `
Latest
</h3>
</div>
<div class>
<div class="my-2 rounded-lg bg-base-200 p-4"
<div class="grid gap-4 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4">
<div class="rounded-lg bg-base-200 p-4"
style="min-height: 3.325rem;"
>
<div class="skeleton mb-2 h-5 w-40">
@ -207,7 +207,7 @@ exports[`Repo/Summary/List Loading smoke-test 1`] = ` @@ -207,7 +207,7 @@ exports[`Repo/Summary/List Loading smoke-test 1`] = `
<div class="w-100 skeleton h-4">
</div>
</div>
<div class="my-2 rounded-lg bg-base-200 p-4"
<div class="rounded-lg bg-base-200 p-4"
style="min-height: 3.325rem;"
>
<div class="skeleton mb-2 h-5 w-40">
@ -215,7 +215,7 @@ exports[`Repo/Summary/List Loading smoke-test 1`] = ` @@ -215,7 +215,7 @@ exports[`Repo/Summary/List Loading smoke-test 1`] = `
<div class="w-100 skeleton h-4">
</div>
</div>
<div class="my-2 rounded-lg bg-base-200 p-4"
<div class="rounded-lg bg-base-200 p-4"
style="min-height: 3.325rem;"
>
<div class="skeleton mb-2 h-5 w-40">
@ -234,8 +234,8 @@ exports[`Repo/Summary/List Multiple Maintainers smoke-test 1`] = ` @@ -234,8 +234,8 @@ exports[`Repo/Summary/List Multiple Maintainers smoke-test 1`] = `
Multiple Maintainers
</h3>
</div>
<div class>
<div class="my-2 rounded-lg bg-base-200 p-4"
<div class="grid gap-4 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4">
<div class="rounded-lg bg-base-200 p-4"
style="min-height: 5.975rem;"
>
<a class="link-primary break-words"
@ -302,7 +302,7 @@ exports[`Repo/Summary/List Multiple Maintainers smoke-test 1`] = ` @@ -302,7 +302,7 @@ exports[`Repo/Summary/List Multiple Maintainers smoke-test 1`] = `
</ul>
</div>
</div>
<div class="my-2 rounded-lg bg-base-200 p-4"
<div class="rounded-lg bg-base-200 p-4"
style="min-height: 3.325rem;"
>
<a class="link-primary break-words"
@ -341,8 +341,8 @@ exports[`Repo/Summary/List Multiple Maintainers smoke-test 1`] = ` @@ -341,8 +341,8 @@ exports[`Repo/Summary/List Multiple Maintainers smoke-test 1`] = `
exports[`Repo/Summary/List No Title smoke-test 1`] = `
<div class="min-width">
<div class>
<div class="my-2 rounded-lg bg-base-200 p-4"
<div class="grid gap-4 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4">
<div class="rounded-lg bg-base-200 p-4"
style="min-height: 3.325rem;"
>
<a class="link-primary break-words"
@ -375,7 +375,7 @@ exports[`Repo/Summary/List No Title smoke-test 1`] = ` @@ -375,7 +375,7 @@ exports[`Repo/Summary/List No Title smoke-test 1`] = `
</ul>
</div>
</div>
<div class="my-2 rounded-lg bg-base-200 p-4"
<div class="rounded-lg bg-base-200 p-4"
style="min-height: 3.325rem;"
>
<a class="link-primary break-words"
@ -419,8 +419,8 @@ exports[`Repo/Summary/List Partially Loaded smoke-test 1`] = ` @@ -419,8 +419,8 @@ exports[`Repo/Summary/List Partially Loaded smoke-test 1`] = `
Latest
</h3>
</div>
<div class>
<div class="my-2 rounded-lg bg-base-200 p-4"
<div class="grid gap-4 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4">
<div class="rounded-lg bg-base-200 p-4"
style="min-height: 3.325rem;"
>
<a class="link-primary break-words"
@ -453,7 +453,7 @@ exports[`Repo/Summary/List Partially Loaded smoke-test 1`] = ` @@ -453,7 +453,7 @@ exports[`Repo/Summary/List Partially Loaded smoke-test 1`] = `
</ul>
</div>
</div>
<div class="my-2 rounded-lg bg-base-200 p-4"
<div class="rounded-lg bg-base-200 p-4"
style="min-height: 3.325rem;"
>
<a class="link-primary break-words"
@ -486,7 +486,7 @@ exports[`Repo/Summary/List Partially Loaded smoke-test 1`] = ` @@ -486,7 +486,7 @@ exports[`Repo/Summary/List Partially Loaded smoke-test 1`] = `
</ul>
</div>
</div>
<div class="my-2 rounded-lg bg-base-200 p-4"
<div class="rounded-lg bg-base-200 p-4"
style="min-height: 3.325rem;"
>
<div class="skeleton mb-2 h-5 w-40">

Loading…
Cancel
Save