Skip to content

feat: Landing page: giant spinning map thing (WIP) #35

feat: Landing page: giant spinning map thing (WIP)

feat: Landing page: giant spinning map thing (WIP) #35

Triggered via push August 16, 2024 20:31
Status Failure
Total duration 1m 11s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 errors
lint: src/app/_components/dashboard/groups/GroupRow.tsx#L41
Expected indentation of 24 spaces but found 20
lint: src/app/_components/edit-account/EditInput.tsx#L25
Expected indentation of 8 spaces but found 12
lint: src/app/_components/edit-account/EditInput.tsx#L26
Expected indentation of 12 spaces but found 16
lint: src/app/_components/edit-account/EditInput.tsx#L27
Expected indentation of 12 spaces but found 16
lint: src/app/_components/edit-account/EditInput.tsx#L28
Expected indentation of 8 spaces but found 12
lint: src/app/_components/edit-account/EditInput.tsx#L29
Expected indentation of 12 spaces but found 16
lint: src/app/_components/edit-account/EditInput.tsx#L30
Expected indentation of 12 spaces but found 16
lint: src/app/_components/edit-account/EditInput.tsx#L31
Expected indentation of 8 spaces but found 12
lint: src/app/_components/edit-account/EditInput.tsx#L32
Expected indentation of 12 spaces but found 16
lint: src/app/_components/edit-account/EditInput.tsx#L33
Expected indentation of 12 spaces but found 16
__tests__/Home.test.tsx > unit tests > render Home component and check for styles: __tests__/Home.test.tsx#L26
TestingLibraryElementError: Unable to find an element by: [data-testid="home"] Ignored nodes: comments, script, style <body> <div> <section class="h-[100vh] snap-center flex justify-center items-center relative bg-slate-100 flex flex-col" style="perspective: 500px;" > <div class="rt-Container rt-r-size-3 w-full" > <div class="rt-ContainerInner" > <div class="rt-Flex rt-r-fd-column rt-r-ai-center rt-r-jc-center h-full py-8" > <div class="rt-Flex rt-r-fd-row rt-r-ai-center rt-r-jc-center w-full border-2" > <div class="rt-Flex rt-r-fd-column" > <span class="rt-Text rt-r-size-9" > Always <strong class="rt-Strong relative" > Connected, <div class="absolute right-0 top-0 rounded-full w-5 h-5 bg-blue-500 animate-ping" /> </strong> </span> <span class="rt-Text rt-r-size-9" > No Matter the Distance </span> </div> <div class="rt-Flex" > <div class="absolute -z-10" style="opacity: 0.1; will-change: transform; transform: scale(10) rotate(0deg);" > <img alt="map" data-nimg="1" decoding="async" height="500" loading="lazy" src="/lmap.svg" style="color: transparent;" width="500" /> </div> </div> </div> </div> </div> </div> </section> <section class="h-[100vh] snap-center flex justify-center items-center relative" style="perspective: 500px;" > <div> <img alt="A London skyscraper" src="https://upload.wikimedia.org/wikipedia/en/thumb/9/93/Burj_Khalifa.jpg/1200px-Burj_Khalifa.jpg" width="200" /> </div> <h2 style="transform: translateY(-300px);" > #001 </h2> </section> <section class="h-[100vh] snap-center flex justify-center items-center relative" style="perspective: 500px;" > <div> <img alt="A London skyscraper" src="https://upload.wikimedia.org/wikipedia/en/thumb/9/93/Burj_Khalifa.jpg/1200px-Burj_Khalifa.jpg" width="200" /> </div> <h2 style="transform: translateY(-300px);" > #002 </h2> </section> <section class="h-[100vh] snap-center flex justify-center items-center relative" style="perspective: 500px;" > <div> <img alt="A London skyscraper" src="https://upload.wikimedia.org/wikipedia/en/thumb/9/93/Burj_Khalifa.jpg/1200px-Burj_Khalifa.jpg" width="200" /> </div> <h2 style="transform: translateY(-300px);" > #003 </h2> </section> <section class="h-[100vh] snap-center flex justify-center items-center relative" style="perspective: 500px;" > <div> <img alt="A London skyscraper" src="https://upload.wikimedia.org/wikipedia/en/thumb/9/93/Burj_Khalifa.jpg/1200px-Burj_Khalifa.jpg" width="200" /> </div> <h2 style="transform: translateY(-300px);" > #004 </h2> </section> </div> </body> ❯ Object.getElementError node_modules/@testing-library/dom/dist/config.js:37:19 ❯ node_modules/@testing-library/dom/dist/query-helpers.js:76:38 ❯ node_modules/@testing-library/dom/dist/query-helpers.js:52:17 ❯ node_modules/@tes
test
Process completed with exit code 1.