Skip to content

Implement Pagination and Socials #138

Implement Pagination and Socials

Implement Pagination and Socials #138

Triggered via pull request September 2, 2024 16:59
Status Failure
Total duration 31s
Artifacts

ci.yaml

on: pull_request
cache-and-install
22s
cache-and-install
Fit to window
Zoom out
Zoom in

Annotations

4 errors
src/components/IconRounded/WIconRounded.spec.ts > WIconRounded > renders properly: src/components/IconRounded/WIconRounded.spec.ts#L26
Error: Snapshot `WIconRounded > renders properly 1` mismatched - Expected + Received @@ -1,7 +1,7 @@ <div - class="flex items-center justify-center border border-black-950 rounded-full w-full p-md bg-wit-blue-500 hover:bg-wit-blue-300 transition-colors w-min" + class="border border-black-950 w-min rounded-full bg-wit-blue-500 icon-container flex justify-center items-center" > <wiconrounded> <svg id="email" ❯ src/components/IconRounded/WIconRounded.spec.ts:26:29
src/components/IconText/WIconText.spec.ts > WIconText > renders properly ROUNDED RIGHT: src/components/IconText/WIconText.spec.ts#L60
Error: Snapshot `WIconText > renders properly ROUNDED RIGHT 1` mismatched - Expected + Received @@ -3,11 +3,11 @@ class="flex items-center icon-container w-fit" href="#" target="_blank" > <div - class="flex items-center justify-center border border-black-950 rounded-full w-full p-md bg-wit-blue-500 hover:bg-wit-blue-300 transition-colors w-min rounded-icon mr-md" + class="border border-black-950 w-min rounded-full bg-wit-blue-500 icon-container flex justify-center items-center rounded-icon mr-md" > <svg fill="none" ❯ src/components/IconText/WIconText.spec.ts:60:29
src/components/SocialsBar/WSocialsBar.spec.ts > SocialsBar > renders properly: src/components/SocialsBar/WSocialsBar.spec.ts#L10
Error: Snapshot `SocialsBar > renders properly 1` mismatched - Expected + Received @@ -1,8 +1,7 @@ <div class="opacity-60 hover:opacity-100 grid grid-rows-1 grid-flow-row content-center gap-y-md w-fit justify-items-center" - style="opacity: 0; transform: translate(0%, 100%) ;" > <a aria-label="https://twitter.com/witnet_io" class="link" href="https://twitter.com/witnet_io" ❯ src/components/SocialsBar/WSocialsBar.spec.ts:10:29
cache-and-install
Process completed with exit code 1.