Skip to content

UADS-53 feat: Returning sponsors based on time created in Notion CMS #47

UADS-53 feat: Returning sponsors based on time created in Notion CMS

UADS-53 feat: Returning sponsors based on time created in Notion CMS #47

Triggered via push June 23, 2024 07:59
Status Failure
Total duration 32s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors
src/pages/__tests__/Sponsor.test.tsx > Sponsor Page Rendering > Should display the Sponsor page title: web/src/pages/__tests__/Sponsor.test.tsx#L18
TestingLibraryElementError: Unable to find an element with the text: /Sponsors Page/i. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. Ignored nodes: comments, script, style <body> <div> <div class="max-w-screen h-24 bg-pink relative px-10" > <div class="relative z-10 flex justify-center items-center h-full" > <div class="w-full h-auto flex justify-between items-center select-none" > <a aria-current="page" class="active" href="/" > <img alt="UADS Logo" class="w-[183px] h-[64px]" src="/src/assets/uads_logo.svg" /> </a> <div class="hidden lg:flex justify-between text-2xl" > <a aria-current="page" class="font-raleway px-10 transition-all duration-300 font-bold text-yellow" href="/" > Home </a> <a class="font-raleway px-10 transition-all duration-300 font-bold text-light-pink hover:text-yellow " href="/about" > About </a> <a class="font-raleway px-10 transition-all duration-300 font-bold text-light-pink hover:text-yellow " href="/events" > Events </a> <a class="font-raleway px-10 transition-all duration-300 font-bold text-light-pink hover:text-yellow " href="/sponsors" > Sponsors </a> </div> <div class="hidden lg:flex text-2xl select-none relative h-full" > <a class="font-raleway py-2 px-4 transition-all duration-300 font-bold text-light-pink hover:text-yellow " href="/signup" > Join </a> </div> <div class="lg:hidden" > <button aria-label="openMenu" class="inline-flex items-center justify-center rounded-lg text-light-pink hover:text-yellow" type="button" > <svg color="pink" fill="currentColor" height="30" stroke="currentColor" stroke-width="0" style="color: pink;" viewBox="0 0 448 512" width="30" xmlns="http://www.w3.org/2000/svg" > <path d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z" /> </svg> </button> </div> </div> </div> <img alt="background" class="h-full absolute top-0 right-0" src="/src/assets/brownBackground.png" /> </div> <div class="max-w-screen h-auto bg-light-pink py-8 px-4 sm:px-8" > <div class="w-full h-auto mb-10 flex flex-col" > <div class="flex justify-between items-center" > <h1 class="text-3xl sm:text-4xl md:text-5xl font-bold font-raleway text-brown" data-testid="eventsTitle" > Our Sponsors </h1> <div class="items-end" > <img alt="Donut" class="h-16 sm:h-20 md:h-24" src="/src/assets/dessert-donut-doughnut-svgrepo-com%201.svg" /> </div> </div> <div class="w-full flex
BuildApp
Process completed with exit code 1.