chore(deps): update all non-major dependencies #14594
Triggered via pull request
November 13, 2024 00:27
Status
Failure
Total duration
13m 12s
Artifacts
–
test.yml
on: pull_request
Test
13m 2s
Lint
2m 48s
Build
3m 13s
Annotations
5 errors and 1 warning
Lint:
src/app/base/sagas/http.test.ts#L105
Element implicitly has an 'any' type because expression of type '1' can't be used to index type '{ (input: URL | RequestInfo, init?: RequestInit | undefined): Promise<Response>; (input: string | URL | Request, init?: RequestInit | undefined): Promise<...>; }'.
|
Lint
Process completed with exit code 2.
|
src/app/base/components/DhcpFormFields/DhcpFormFields.test.tsx > DhcpFormFields > resets the entity if the type changes:
src/app/base/components/DhcpFormFields/DhcpFormFields.test.tsx#L209
TestingLibraryElementError: Unable to find an element with the text: test-machine-1. 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
<table
aria-busy="false"
class=""
role="grid"
>
<thead>
<tr
role="row"
>
<th
role="columnheader"
>
<div>
Hostname
</div>
<div>
system_id
</div>
</th>
<th
role="columnheader"
>
<div>
Owner
</div>
<div>
Tags
</div>
</th>
</tr>
</thead>
<caption>
No machines match the search criteria.
</caption>
</table>
❯ Object.getElementError node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/config.js:37:19
❯ node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/query-helpers.js:76:38
❯ node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ src/app/base/components/DhcpFormFields/DhcpFormFields.test.tsx:209:40
|
src/app/networkDiscovery/views/DiscoveryAddForm/DiscoveryAddForm.test.tsx > DiscoveryAddForm > can dispatch to create a device:
src/app/networkDiscovery/views/DiscoveryAddForm/DiscoveryAddForm.test.tsx#L197
TestingLibraryElementError: Unable to find an element with the text: abc123. 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
<div
role="listbox"
>
<table
aria-busy="false"
class=""
role="grid"
>
<thead>
<tr
role="row"
>
<th
role="columnheader"
>
<div>
Hostname
</div>
<div>
system_id
</div>
</th>
<th
role="columnheader"
>
<div>
Owner
</div>
<div>
Tags
</div>
</th>
</tr>
</thead>
<caption>
No machines match the search criteria.
</caption>
</table>
<div
class="u-visually-hidden"
>
<div
aria-live="polite"
/>
</div>
</div>
❯ Object.getElementError node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/config.js:37:19
❯ node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/query-helpers.js:76:38
❯ node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ src/app/networkDiscovery/views/DiscoveryAddForm/DiscoveryAddForm.test.tsx:197:43
|
Test
Process completed with exit code 1.
|
Test
No files were found with the provided path: coverage. No artifacts will be uploaded.
|