fix(deps): update all non-major dependencies #14278
Annotations
4 errors
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/base/components/NodeName/NodeName.test.tsx#L159
TestingLibraryElementError: Unable to find an element with the text: hostname is a required field. 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>
<form
class="node-name p-form p-form--inline"
>
<div
class="node-name__hostname-wrapper u-no-margin--right"
>
<div
aria-hidden="true"
class="node-name__hostname-spacer"
/>
<div
class="p-form__group p-form-validation u-no-margin--right"
>
<label
class="p-form__label"
for="11RZMkSNnhMimxh03lUzy"
>
Hostname
</label>
<div
class="p-form__control u-clearfix"
>
<input
aria-invalid="false"
aria-label="Hostname"
class="p-form-validation__input node-name__hostname"
id="11RZMkSNnhMimxh03lUzy"
name="hostname"
type="text"
value=""
/>
</div>
</div>
</div>
<span
class="node-name__dot u-nudge-right--small u-nudge-left--small u-no-margin--right"
>
.
</span>
<span
aria-live="polite"
class="u-width--auto p-text--default"
role="alert"
>
<i
class="p-icon--spinner u-animation--spin"
>
Loading
</i>
</span>
<div
class="formik-form-buttons is-inline"
data-testid="buttons-wrapper"
>
<button
class="p-button--base formik-form-buttons__button"
data-testid="cancel-action"
type="button"
>
Cancel
</button>
<button
class="formik-form-buttons__button p-action-button p-button--positive is-disabled"
disabled=""
type="submit"
>
Save
</button>
</div>
</form>
</div>
</body>
❯ 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/NodeName/NodeName.test.tsx:159:14
|
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
|
|
This job failed
Loading