[257] upload invoice page #201
Annotations
2 errors and 1 warning
Run tests:
frontend/spa/src/layouts/default/__tests__/Header.test.tsx#L16
TestingLibraryElementError: Unable to find an element with the text: Demo. 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>
<header
class="mb-auto flex flex-wrap sm:justify-start sm:flex-nowrap z-50 w-full text-sm py-4"
>
<nav
class="w-full sm:flex sm:items-center sm:justify-between"
>
<div
class="flex items-center justify-between flex-shrink-0 "
>
<div
class="sm:hidden"
>
<button
aria-controls="hs-navbar-cover-page"
aria-expanded="false"
aria-label="Toggle navigation"
class="hs-collapse-toggle relative flex justify-center items-center border border-white/10 font-medium text-sm text-gray-200 rounded-lg hover:bg-white/10 focus:outline-none focus:bg-white/10"
data-hs-collapse="#hs-navbar-cover-page"
id="hs-navbar-cover-page-collapse"
type="button"
>
<svg
class="hs-collapse-open:hidden shrink-0"
fill="none"
height="24"
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M4 18H20C20.55 18 21 17.55 21 17C21 16.45 20.55 16 20 16H4C3.45 16 3 16.45 3 17C3 17.55 3.45 18 4 18ZM4 13H20C20.55 13 21 12.55 21 12C21 11.45 20.55 11 20 11H4C3.45 11 3 11.45 3 12C3 12.55 3.45 13 4 13ZM3 7C3 7.55 3.45 8 4 8H20C20.55 8 21 7.55 21 7C21 6.45 20.55 6 20 6H4C3.45 6 3 6.45 3 7Z"
fill="#1C0C28"
/>
</svg>
<svg
class="hs-collapse-open:block hidden shrink-0"
fill="none"
height="24"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M18 6 6 18"
/>
<path
d="m6 6 12 12"
/>
</svg>
<span
class="sr-only"
>
Toggle navigation
</span>
</button>
</div>
<a
aria-label="Hopps"
class="flex-none text-xl font-semibold text-white focus:outline-none focus:opacity-80"
href="/"
>
<img
alt="Hopps"
src="/logo2.svg"
/>
</a>
<div
class="sm:hidden"
>
<button
class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded text-sm ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0 bg-primary text-primary-foreground font-medium hover:bg-primary-active h-10 px-8"
>
Call to action
</button>
</div>
</div>
<div
aria-labelledby="hs-navbar-cover-page-collapse"
class="hs-collapse overflow-hidden transition-all duration-300 basis-full grow flex justify-between flex-row"
id="hs-navbar-cover-page"
>
<div
class="flex flex-row"
>
<div
class="w-10 shrink"
/>
<div
class="flex gap-10 flex-row items-center ps-5"
>
<a
class="font-normal text-xl text-black/70 dark:text-white underline-offset-4 focus:outline-none focus:underline hover:underline"
href="/"
|
Run tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading