feat: show msm connection info #13995
Annotations
3 errors
src/root-reducer.test.ts#L18
Error: Snapshot `rootReducer > should reset app to initial state on LOGOUT_SUCCESS, except status which
resets to authenticating = false 1` mismatched
- Expected
+ Received
@@ -222,10 +222,19 @@
"statuses": {},
},
"message": {
"items": [],
},
+ "msm": {
+ "errors": null,
+ "items": [],
+ "loaded": false,
+ "loading": false,
+ "saved": false,
+ "saving": false,
+ "status": null,
+ },
"nodedevice": {
"errors": null,
"items": [],
"loaded": false,
"loading": false,
❯ src/root-reducer.test.ts:18:22
|
src/app/machines/views/MachineList/MachineListTable/NameColumn/NameColumn.test.tsx#L74
TestingLibraryElementError: Unable to find an accessible element with the role "tooltip"
Here are the accessible roles:
link:
Name "koala.example":
<a
href="/machine/abc123"
title="koala.example"
/>
--------------------------------------------------
button:
Name "+1":
<button
class="p-button--link p-double-row__button u-no-border u-no-margin u-no-padding"
/>
--------------------------------------------------
Ignored nodes: comments, script, style
<body>
<div>
<div
class="p-double-row"
>
<div
class="p-double-row__rows-container"
>
<div
class="p-double-row__primary-row"
>
<div
class="p-double-row__primary-row-text u-truncate"
data-testid="primary"
>
<a
href="/machine/abc123"
title="koala.example"
>
<strong
data-testid="hostname"
>
koala
</strong>
<small>
.
example
</small>
</a>
</div>
</div>
<div
class="p-double-row__secondary-row u-truncate u-flex"
data-testid="secondary"
>
<span
class="u-truncate"
data-testid="ip-addresses"
title=""
>
127.0.0.1
</span>
<span>
<span
class="p-double-row__tooltip-inner"
style="display: inline-block;"
>
(
<button
class="p-button--link p-double-row__button u-no-border u-no-margin u-no-padding"
>
+1
</button>
)
</span>
</span>
</div>
</div>
</div>
</div>
<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/machines/views/MachineList/MachineListTable/NameColumn/NameColumn.test.tsx:74:19
|
|
The logs for this run have expired and are no longer available.
Loading