UADS-53 feat: Integrated CMS with Sign Up Page #70
Annotations
2 errors
web/src/pages/__tests__/SignUp.test.tsx#L18
TestingLibraryElementError: Unable to find an element with the text: /Sign Up 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-10 px-5 lg:px-40"
>
<h1
class="text-4xl text-brown font-bold font-raleway"
>
Join Us Now
</h1>
<div
class="my-5 w-full h-screen border-4 border-solid border-pink rounded-lg overflow-hidden"
>
<iframe
height="100%"
src=""
width="100%"
>
Loading…
</iframe>
</div>
</div>
<div
class="max-w-screen bg-pink px-10 py-4"
>
<div
class="flex flex-col lg:flex-row justify-between items-center space-y-4 lg:space-y-0"
>
<div
class="flex items-center space-x-4"
>
<a
|
|
This job failed
Loading