Update instruction for new version of eval runtime-api (#4128) #23
Annotations
2 errors
src/components/modals/settings/SettingsModal.test.tsx > SettingsModal > onHandleSave > should save the settings:
frontend/src/components/modals/settings/SettingsModal.test.tsx#L130
TestingLibraryElementError: Unable to find an accessible element with the role "button" and name `/save/i`
Here are the accessible roles:
dialog:
Name "CONFIGURATION$MODAL_TITLE CONFIGURATION$AGENT_LOADING":
<section
aria-describedby=":r45:"
aria-labelledby=":r44:"
aria-modal="true"
class="flex flex-col relative z-50 w-full box-border outline-none mx-1 my-1 sm:mx-6 sm:my-16 shadow-small overflow-y-hidden bg-neutral-900 rounded-lg max-w-[30rem] p-[40px]"
data-dismissable="true"
data-open="true"
id=":r43:"
role="dialog"
tabindex="-1"
/>
--------------------------------------------------
button:
Name "Dismiss":
<button
aria-label="Dismiss"
id="react-aria-:r48:"
style="width: 1px; height: 1px;"
tabindex="-1"
/>
Name "Dismiss":
<button
aria-label="Dismiss"
id="react-aria-:r49:"
style="width: 1px; height: 1px;"
tabindex="-1"
/>
--------------------------------------------------
banner:
Name "":
<header
class="flex-initial text-large font-semibold flex flex-col p-0"
id=":r44:"
/>
--------------------------------------------------
heading:
Name "CONFIGURATION$MODAL_TITLE":
<h3 />
--------------------------------------------------
Ignored nodes: comments, script, style
<body>
<div
aria-hidden="true"
/>
<span
aria-hidden="true"
data-focus-scope-start="true"
hidden=""
/>
<div
tabindex="-1"
>
<div
aria-hidden="true"
class="z-50 backdrop-blur-md backdrop-saturate-150 bg-overlay/30 w-screen h-screen fixed inset-0"
style="opacity: 0.03213074513856554; will-change: opacity;"
/>
<div
class="flex w-screen fixed inset-0 z-50 overflow-x-auto justify-center h-[--visual-viewport-height] items-end sm:items-center [--scale-enter:100%] [--scale-exit:100%] [--slide-enter:0px] [--slide-exit:80px] sm:[--scale-enter:100%] sm:[--scale-exit:103%] sm:[--slide-enter:0px] sm:[--slide-exit:0px]"
data-slot="wrapper"
style="--visual-viewport-height: 768px; opacity: 0.03213074513856554; will-change: opacity; transform: translateY(var(--slide-enter)) scale(var(--scale-enter));"
>
<section
aria-describedby=":r45:"
aria-labelledby=":r44:"
aria-modal="true"
class="flex flex-col relative z-50 w-full box-border outline-none mx-1 my-1 sm:mx-6 sm:my-16 shadow-small overflow-y-hidden bg-neutral-900 rounded-lg max-w-[30rem] p-[40px]"
data-dismissable="true"
data-open="true"
id=":r43:"
role="dialog"
tabindex="-1"
>
<div
style="border: 0px; clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0px; position: absolute; width: 1px; white-space: nowrap;"
>
<button
aria-label="Dismiss"
id="react-aria-:r48:"
style="width: 1px; height: 1px;"
tabindex="-1"
/>
</div>
<header
class="flex-initial text-large font-semibold flex flex-col p-0"
id=":r44:"
>
<h3>
CONFIGURATION$MODAL_TITLE
</h3>
<span
class="text-neutral-400 text-sm font-light"
>
CONFIGURATION$AGENT_LOADING
</span>
</header>
<div
class="flex flex-1 flex-col gap-3 px-0 py-[20px]"
id=":r45:"
>
<div
aria-label="Loading"
class="relative inline-flex flex-col gap-2 items-center justify-center"
>
<div
class="relative flex w-8 h-8"
>
<i
class="absolute w-full h-full rounded-full animate-spinner-ease-spin border-solid border-t-transparent border-l-transparent border-r-transparent border-3 border-b-primary"
/>
<i
class="absolute w-full h-full rounded-full opacity-75 animate-spinner-linear-spin border-dotted border-t-transparent border-l-transparent border-r-transparent border-3 border-b-primary"
|
FE Unit Tests (20)
Process completed with exit code 1.
|