AAP Chatbot - Release #5
Annotations
2 errors
|
src/App.test.tsx > Basic chatbot interaction:
aap_chatbot/src/App.test.tsx#L364
Error: Matcher did not succeed in 1000ms
❯ src/App.test.tsx:364:5
Caused by: Caused by: VitestBrowserElementError: Cannot find element with locator: getByText('falsefalseDark ModeHello').getByText('In Ansible, the precedence of variables is determined by the order...')
<body>
<div
id="debug"
>
false
</div>
<div
id="stream"
>
false
</div>
<div
id="root"
>
<div
class="pf-v6-l-flex pf-m-column pf-m-gap-lg ws-full-page-utils pf-v6-m-dir-ltr "
>
<label
class="pf-v6-c-switch"
data-ouia-component-id="ColorThemeSwitch"
data-ouia-component-type="PF6/Switch"
data-ouia-safe="true"
for="color-theme-switch"
>
<input
aria-labelledby="color-theme-switch-label"
class="pf-v6-c-switch__input"
id="color-theme-switch"
role="switch"
type="checkbox"
/>
<span
class="pf-v6-c-switch__toggle"
/>
<span
aria-hidden="true"
class="pf-v6-c-switch__label"
id="color-theme-switch-label"
>
Dark Mode
</span>
</label>
</div>
<div
style="display: contents;"
>
<button
aria-disabled="false"
aria-expanded="true"
aria-label="Chatbot toggle"
class="pf-v6-c-button pf-m-plain pf-chatbot__button pf-chatbot__button--active pf-chatbot__button--round "
data-ouia-component-id="OUIA-Generated-Button-plain-1"
data-ouia-component-type="PF6/Button"
data-ouia-safe="true"
type="button"
>
<span
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-icon pf-m-inline"
>
<span
class="pf-v6-c-icon__content"
>
<svg … />
</span>
</span>
</span>
</button>
</div>
<div
class="pf-chatbot pf-chatbot--fullscreen "
style="opacity: 1; transform: none;"
>
<section
aria-label="Chatbot"
class="pf-chatbot-container pf-chatbot-container--fullscreen "
tabindex="-1"
>
<div
class="pf-v6-c-drawer pf-m-inline pf-m-panel-left pf-chatbot__history"
>
<div
class="pf-v6-c-drawer__main"
>
<div
class="pf-v6-c-drawer__content"
>
<div … />
</div>
<div
aria-labelledby="pf-drawer-panel-0"
aria-live="polite"
aria-modal="true"
class="pf-v6-c-drawer__panel"
hidden=""
id="pf-drawer-panel-0"
role="dialog"
style="--pf-v6-c-drawer__panel--md--FlexBasis: 384px;"
tabindex="-1"
/>
</div>
</div>
</section>
</div>
</div>
<div
aria-live="off"
class="pf-v6-c-tooltip pf-m-right"
data-popper-escaped="false"
data-popper-placement="right"
data-popper-reference-hidden="false"
id="pf-tooltip-21"
role="tooltip"
style="position: absolute; inset: 0px auto auto 0px; transform: translate(32px, 73px); min-width: revert; z-index: 9999; opacity: 1; transition: opacity 300ms cubic-bezier(0.54, 1.5, 0.38, 1.11);"
>
<div
class="pf-v6-c-tooltip__arrow"
/>
<div
class="pf-v6-c-tooltip__content"
>
Menu
</div>
</div>
</body>...
|
|
lint
Process completed with exit code 1.
|