Merge remote-tracking branch 'origin/UADS-19-Sponsors-page' into UADS… #45
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>
<p
class="h-20 w-full"
>
Placeholder navbar
</p>
<div
class="flex flex-col bg-light-pink content-center"
>
<div
class="mx-20 z-10"
>
<h1
class="mt-10 mb-5 text-6xl font-bold text-brown font-raleway"
>
Our Sponsors
</h1>
<div
class="pt-2 mx-auto text-gray-600 w-full"
>
<input
class="bg-white h-14 px-5 rounded-xl text-lg focus:outline-none font-raleway font-thin justify-center w-full"
name="search"
placeholder="Search Sponsors..."
type="search"
/>
</div>
<div
class="container mx-auto p-10 "
>
<div
class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6"
>
<div
class="p-4 "
>
<div
class="rounded-3xl rounded-t-none bg-pink flex flex-col lg:flex-row items-center p-10 pb-15"
>
<img
alt="Tsujiri logo"
class="rounded-3xl w-1/2 lg:w-full object-cover sm:rounded-2xl"
src="/src/assets/download.jpg"
/>
<div
class="lg:ml-4 mt-4 lg:mt-0 text-center lg:text-left"
>
<h2
class="text-lg text-light-pink font-semibold"
>
Tsujiri
</h2>
<p
class="text-sm text-light-pink"
>
Upsize and toppings for our club events
</p>
</div>
</div>
</div>
<div
class="p-4 "
>
<div
class="rounded-3xl rounded-t-none bg-pink flex flex-col lg:flex-row items-center p-10 pb-15"
>
<img
alt="Tsujiri logo"
class="rounded-3xl w-1/2 lg:w-full object-cover sm:rounded-2xl"
src="/src/assets/download.jpg"
/>
<div
class="lg:ml-4 mt-4 lg:mt-0 text-center lg:text-left"
>
<h2
class="text-lg text-light-pink font-semibold"
>
Tsujiri
</h2>
<p
class="text-sm text-light-pink"
>
Upsize and toppings for our club events
</p>
</div>
</div>
</div>
<div
class="p-4 "
>
<div
class="rounded-3xl rounded-t-none bg-pink flex flex-col lg:flex-row items-center p-10 pb-15"
>
<img
alt="Tsujiri logo"
class="rounded-3xl w-1/2 lg:w-full object-cover sm:rounded-2xl"
src="/src/assets/download.jpg"
/>
<div
class="lg:ml-4 mt-4 lg:mt-0 text-center lg:text-left"
>
<h2
class="text-lg text-light-pink font-semibold"
>
Tsujiri
</h2>
<p
class="text-sm text-light-pink"
>
Upsize and toppings for our club events
</p>
</div>
</div>
</div>
<div
class="p-4 "
>
<div
class="rounded-3xl rounded-t-none bg-pink flex flex-col lg:flex-row items-center p-10 pb-15"
|
BuildApp
Process completed with exit code 1.
|