This repository has been archived by the owner on May 17, 2024. It is now read-only.
Feature/89 fe integrate the students list filters hf #105
Annotations
4 errors and 1 warning
Unhandled error:
src/components/studentFilters/StudentFiltersContent.tsx#L36
Error: Error: Request failed with status code 404
❯ src/components/studentFilters/StudentFiltersContent.tsx:36:15
This error originated in "src/__tests__/components/studentFilters/StudentFiltersContent.test.tsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
Unhandled error:
src/components/studentFilters/StudentFiltersContent.tsx#L36
Error: Error: Request failed with status code 404
❯ src/components/studentFilters/StudentFiltersContent.tsx:36:15
This error originated in "src/__tests__/components/studentFilters/StudentFiltersContent.test.tsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
src/__tests__/components/studentFilters/StudentFiltersContent.test.tsx > StudentFiltersContent component > renders StudentFiltersContent and handles user events:
src/__tests__/components/studentFilters/StudentFiltersContent.test.tsx#L51
TestingLibraryElementError: Unable to find an element by: [data-testid="student-filters-content"]
Ignored nodes: comments, script, style
<body>
<div>
<div
class="w-40 flex flex-col gap-16 flex:none"
>
<h3
class="text-2xl font-bold text-black-3"
>
Filtros
</h3>
<div
class="flex flex-col gap-8"
>
<div
class="flex flex-col gap-2"
>
<h4
class="font-bold"
>
Roles
</h4>
<div />
</div>
<div
class="flex flex-col gap-2"
>
<h4
class="font-bold"
>
Desarrollo
</h4>
<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
❯ getByTestId node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ src/__tests__/components/studentFilters/StudentFiltersContent.test.tsx:51:12
|
pr_check
Process completed with exit code 1.
|
pr_check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|