fix: strapi graphql max items #499
Annotations
5 errors and 2 warnings
__test__/screens/ExecScreen.test.tsx > ExecScreen > renders current execs correctly:
web/__test__/screens/ExecScreen.test.tsx#L171
AssertionError: expected [ <h2 …(1)></h2>, <p …(1)></p>, …(1) ] to have a length of 2 but got 3
- Expected
+ Received
- 2
+ 3
❯ __test__/screens/ExecScreen.test.tsx:171:53
|
__test__/screens/ExecScreen.test.tsx > ExecScreen > renders previous teams correctly:
web/__test__/screens/ExecScreen.test.tsx#L188
TestingLibraryElementError: Unable to find an element with the text: Presidents. 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 from-AUIS-dark-teal to-AUIS-teal h-auto bg-gradient-to-b"
>
<div
class="flex flex-col items-center text-center"
>
<h1
class="text-5xl font-bold text-white"
>
Meet Our Team!
</h1>
<h3
class="my-5 px-5 text-xl text-white"
>
The faces behind AUIS that make it all happen. Hover over them to find out more about them!
</h3>
<h2
class="text-tertiary-blue text-3xl font-bold"
>
President
</h2>
<div
class="flex flex-wrap justify-center"
>
<div
class="mx-3 my-5"
>
<div
class="relative flex h-60 w-44 transform cursor-pointer flex-col items-center justify-between overflow-hidden rounded-2xl bg-white shadow-lg transition-transform hover:scale-105"
>
<div
class="h-40 w-full overflow-hidden rounded-2xl px-2 pt-2"
>
<img
alt="Exec Image"
class="h-full w-full rounded-xl object-cover"
src="/uploads/john_doe.jpg"
/>
</div>
<h1
class="text-xl font-bold text-black"
>
Guryash
</h1>
<div
class="bg-primary-orange flex h-10 w-full items-center justify-center"
>
<p
class="text-xl font-bold text-white"
>
President
</p>
</div>
<div
class="absolute inset-0 flex items-center justify-center bg-white bg-opacity-95 p-4 opacity-0 transition-opacity duration-300 hover:opacity-100"
>
<p
class="text-center text-black"
>
A great leader
</p>
</div>
</div>
</div>
</div>
<h2
class="text-tertiary-blue text-3xl font-bold"
>
Executive Team
</h2>
<div
class="mb-5 flex flex-wrap justify-center"
>
<div
class="mx-3 my-5"
>
<div
class="relative flex h-60 w-44 transform cursor-pointer flex-col items-center justify-between overflow-hidden rounded-2xl bg-white shadow-lg transition-transform hover:scale-105"
>
<div
class="h-40 w-full overflow-hidden rounded-2xl px-2 pt-2"
>
<img
alt="Exec Image"
class="h-full w-full rounded-xl object-cover"
src="/uploads/jane_doe.jpg"
/>
</div>
<h1
class="text-xl font-bold text-black"
>
Jane Doe
</h1>
<div
class="bg-primary-orange flex h-10 w-full items-center justify-center"
>
<p
class="text-xl font-bold text-white"
>
People
</p>
</div>
<div
class="absolute inset-0 flex items-center justify-center bg-white bg-opacity-95 p-4 opacity-0 transition-opacity duration-300 hover:opacity-100"
>
<p
class="text-center text-black"
>
An amazing executive
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class="max-w-screen flex h-auto flex-col items-center bg-white px-3 py-
|
Build (web)
Process completed with exit code 1.
|
Build (strapi)
The job was canceled because "web" failed.
|
Build (strapi)
The operation was canceled.
|
Build (api)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build (web)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|