Skip to content

Implement navbar and footer #31

Implement navbar and footer

Implement navbar and footer #31

Triggered via pull request August 28, 2024 09:45
Status Failure
Total duration 42s
Artifacts

ci.yaml

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

Annotations

2 errors
src/components/Footer/WFooter.spec.ts > WFooter > renders properly: src/components/Footer/WFooter.spec.ts#L78
Error: Snapshot `WFooter > renders properly 1` mismatched - Expected + Received @@ -23,10 +23,199 @@ > <div class="grid grid-cols-[max-content_max-content_max-content] gap-3xl sm:gap-xl sm:grid-cols-2 justify-items-start" > + <div + class="py-2 flex flex-col gap-sm" + > + <p + class="title font-bold footer-text mb-sm" + > + Developers + </p> + <ul + class="py-2 flex flex-col gap-sm" + > + + <li + class="link-list-item" + > + <a + class="link footer-text" + data-text="reference" + href="#reference" + target="_blank" + > + reference + </a> + </li> + <li + class="link-list-item" + > + <a + class="link footer-text" + data-text="randomness" + href="#randomness" + target="_blank" + > + randomness + </a> + </li> + <li + class="link-list-item" + > + <a + class="link footer-text" + data-text="randomness" + href="#randomness" + target="_blank" + > + randomness + </a> + </li> + <li + class="link-list-item" + > + <a + class="link footer-text" + data-text="supported_chains" + href="#supported_chains" + target="_blank" + > + supported_chains + </a> + </li> + <li + class="link-list-item" + > + <a + class="link footer-text" + data-text="solidity_sdk" + href="#solidity_sdk" + target="_blank" + > + solidity_sdk + </a> + </li> + + </ul> + </div> + <div + class="py-2 flex flex-col gap-sm" + > + <p + class="title font-bold footer-text mb-sm" + > + Ecosystem + </p> + <ul + class="py-2 flex flex-col gap-sm" + > + + <li + class="link-list-item" + > + <a + class="link footer-text" + data-text="block_explorer" + href="#block_explorer" + target="_blank" + > + block_explorer + </a> + </li> + <li + class="link-list-item" + > + <a + class="link footer-text" + data-text="data_feeds_explorer" + href="#data_feeds_explorer" + targ
cache-and-install
Process completed with exit code 1.