Tailwind introduction #454
Annotations
2 errors and 1 warning
client/app/features/dashboard/Dashboard.spec.tsx#L40
TestingLibraryElementError: Unable to find an element with the text: /Welcome/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="py-2 pt-3 container"
>
<div
class="row row-cols-lg-2 row-cols-1"
>
<div
class="my-3 col"
>
<div
class="card shadow-lg bg-white rounded px-0 border-0 p-2"
>
<div
class="row d-flex justify-content-start m-1 mb-0"
>
<h2
class="mb-0 h3"
>
Calculated Status
</h2>
</div>
<div />
</div>
</div>
<div
class="my-3 col"
>
<div
class="card shadow-lg bg-white rounded px-0 border-0 p-2"
>
<div
class="row d-flex justify-content-start m-1 mb-0"
>
<h2
class="mb-0 h3"
>
Manifest by Status
</h2>
</div>
<div />
</div>
</div>
</div>
<div
class="row"
>
<div
class="col"
>
<div
class="card shadow-lg bg-white rounded px-0 border-0 p-2"
>
<div
class="row d-flex justify-content-start m-1 mb-0"
>
<h2
class="mb-0 h3"
>
Manifest count
</h2>
</div>
<div />
</div>
</div>
</div>
</div>
</div>
</body>
❯ Object.getElementError node_modules/@testing-library/dom/dist/config.js:37:19
❯ node_modules/@testing-library/dom/dist/query-helpers.js:76:38
❯ node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ app/features/dashboard/Dashboard.spec.tsx:40:19
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The logs for this run have expired and are no longer available.
Loading