feat(new chat): add new chat button :) #230
Annotations
4 errors and 1 warning
Run npm run test:
src/features/Chat.test.tsx#L185
AssertionError: expected null not to be null
Ignored nodes: comments, script, style
<html>
<head />
<body>
<div>
<div
class="radix-themes"
data-accent-color="indigo"
data-gray-color="slate"
data-has-background="false"
data-is-root-theme="true"
data-panel-background="translucent"
data-radius="medium"
data-scaling="100%"
>
<div
class="rt-Flex rt-r-display-flex rt-r-fd-column rt-r-jc-space-between rt-r-pt-5 rt-r-pr-8 xl:rt-r-pr-9 rt-r-pb-5 rt-r-pl-8 xl:rt-r-pl-9 rt-r-fg-1"
>
<div
class="rt-ScrollAreaRoot _vertical_fab8e9"
dir="ltr"
style="position: relative; --radix-scroll-area-corner-width: 0px; --radix-scroll-area-corner-height: 0px;"
>
<div
class="rt-ScrollAreaViewport"
data-radix-scroll-area-viewport=""
style="overflow-x: scroll; overflow-y: scroll;"
>
<div
style="min-width: 100%; display: table;"
>
<div
class="rt-Flex _content_07f787 rt-r-display-flex rt-r-fd-column rt-r-jc-start rt-r-fg-1"
>
<div
class="rt-reset rt-Card rt-r-size-1 rt-variant-classic rt-r-m-1"
style="word-wrap: break-word; word-break: break-word; white-space: break-spaces;"
>
<div
class="rt-CardInner"
>
<div
class="rt-Box"
style="min-height: var(--space-5);"
>
<button
class="rt-reset rt-BaseButton rt-Button _rightButton_ba84a1 _retryButton_07f787 rt-r-size-1 rt-variant-surface"
title="retry"
>
Retry
</button>
<div
class="rt-Box rt-r-pt-1 rt-r-pb-1"
>
<span
class="rt-Text"
>
<p
class="rt-Text"
>
hello
</p>
</span>
</div>
</div>
</div>
</div>
<div
class="rt-Box rt-r-p-2 rt-r-position-relative rt-r-w-100%"
style="max-width: 100%;"
>
<p
class="rt-Text"
>
hello there
</p>
</div>
<div />
</div>
</div>
</div>
<div
class="rt-ScrollAreaViewportFocusRing"
/>
</div>
<div
class="rt-reset rt-Card rt-r-size-1 rt-variant-surface rt-r-mt-1"
style="position: relative;"
>
<div
class="rt-CardInner"
>
<div
class="rt-Box _chatForm_4e3f2e rt-r-mt-1"
>
<div
class="rt-ScrollAreaRoot _vertical_fab8e9"
dir="ltr"
style="position: relative; --radix-scroll-area-corner-width: 0px; --radix-scroll-area-corner-height: 0px; max-height: 50dvh;"
>
<div
class="rt-ScrollAreaViewport"
data-radix-scroll-area-viewport=""
style="overflow-x: scroll; overflow-y: scroll;"
>
<div
style="min-width: 100%; display: table;"
>
<form>
<div
class="rt-TextAreaRoot _textarea_080
|
Run npm run test:
src/features/Chat.test.tsx#L185
AssertionError: expected null not to be null
Ignored nodes: comments, script, style
<html>
<head />
<body>
<div>
<div
class="radix-themes"
data-accent-color="indigo"
data-gray-color="slate"
data-has-background="false"
data-is-root-theme="true"
data-panel-background="translucent"
data-radius="medium"
data-scaling="100%"
>
<div
class="rt-Flex rt-r-display-flex rt-r-fd-column rt-r-jc-space-between rt-r-pt-5 rt-r-pr-8 xl:rt-r-pr-9 rt-r-pb-5 rt-r-pl-8 xl:rt-r-pl-9 rt-r-fg-1"
>
<div
class="rt-ScrollAreaRoot _vertical_fab8e9"
dir="ltr"
style="position: relative; --radix-scroll-area-corner-width: 0px; --radix-scroll-area-corner-height: 0px;"
>
<div
class="rt-ScrollAreaViewport"
data-radix-scroll-area-viewport=""
style="overflow-x: scroll; overflow-y: scroll;"
>
<div
style="min-width: 100%; display: table;"
>
<div
class="rt-Flex _content_07f787 rt-r-display-flex rt-r-fd-column rt-r-jc-start rt-r-fg-1"
>
<div
class="rt-reset rt-Card rt-r-size-1 rt-variant-classic rt-r-m-1"
style="word-wrap: break-word; word-break: break-word; white-space: break-spaces;"
>
<div
class="rt-CardInner"
>
<div
class="rt-Box"
style="min-height: var(--space-5);"
>
<button
class="rt-reset rt-BaseButton rt-Button _rightButton_ba84a1 _retryButton_07f787 rt-r-size-1 rt-variant-surface"
title="retry"
>
Retry
</button>
<div
class="rt-Box rt-r-pt-1 rt-r-pb-1"
>
<span
class="rt-Text"
>
<p
class="rt-Text"
>
hello
</p>
</span>
</div>
</div>
</div>
</div>
<div
class="rt-Box rt-r-p-2 rt-r-position-relative rt-r-w-100%"
style="max-width: 100%;"
>
<p
class="rt-Text"
>
hello there
</p>
</div>
<div />
</div>
</div>
</div>
<div
class="rt-ScrollAreaViewportFocusRing"
/>
</div>
<div
class="rt-reset rt-Card rt-r-size-1 rt-variant-surface rt-r-mt-1"
style="position: relative;"
>
<div
class="rt-CardInner"
>
<div
class="rt-Box _chatForm_4e3f2e rt-r-mt-1"
>
<div
class="rt-ScrollAreaRoot _vertical_fab8e9"
dir="ltr"
style="position: relative; --radix-scroll-area-corner-width: 0px; --radix-scroll-area-corner-height: 0px; max-height: 50dvh;"
>
<div
class="rt-ScrollAreaViewport"
data-radix-scroll-area-viewport=""
style="overflow-x: scroll; overflow-y: scroll;"
>
<div
style="min-width: 100%; display: table;"
>
<form>
<div
class="rt-TextAreaRoot _textarea_080
|
Run npm run test:
src/features/Chat.test.tsx#L185
AssertionError: expected null not to be null
Ignored nodes: comments, script, style
<html>
<head />
<body>
<div>
<div
class="radix-themes"
data-accent-color="indigo"
data-gray-color="slate"
data-has-background="false"
data-is-root-theme="true"
data-panel-background="translucent"
data-radius="medium"
data-scaling="100%"
>
<div
class="rt-Flex rt-r-display-flex rt-r-fd-column rt-r-jc-space-between rt-r-pt-5 rt-r-pr-8 xl:rt-r-pr-9 rt-r-pb-5 rt-r-pl-8 xl:rt-r-pl-9 rt-r-fg-1"
>
<div
class="rt-ScrollAreaRoot _vertical_fab8e9"
dir="ltr"
style="position: relative; --radix-scroll-area-corner-width: 0px; --radix-scroll-area-corner-height: 0px;"
>
<div
class="rt-ScrollAreaViewport"
data-radix-scroll-area-viewport=""
style="overflow-x: scroll; overflow-y: scroll;"
>
<div
style="min-width: 100%; display: table;"
>
<div
class="rt-Flex _content_07f787 rt-r-display-flex rt-r-fd-column rt-r-jc-start rt-r-fg-1"
>
<div
class="rt-reset rt-Card rt-r-size-1 rt-variant-classic rt-r-m-1"
style="word-wrap: break-word; word-break: break-word; white-space: break-spaces;"
>
<div
class="rt-CardInner"
>
<div
class="rt-Box"
style="min-height: var(--space-5);"
>
<button
class="rt-reset rt-BaseButton rt-Button _rightButton_ba84a1 _retryButton_07f787 rt-r-size-1 rt-variant-surface"
title="retry"
>
Retry
</button>
<div
class="rt-Box rt-r-pt-1 rt-r-pb-1"
>
<span
class="rt-Text"
>
<p
class="rt-Text"
>
hello
</p>
</span>
</div>
</div>
</div>
</div>
<div
class="rt-Box rt-r-p-2 rt-r-position-relative rt-r-w-100%"
style="max-width: 100%;"
>
<p
class="rt-Text"
>
hello there
</p>
</div>
<div />
</div>
</div>
</div>
<div
class="rt-ScrollAreaViewportFocusRing"
/>
</div>
<div
class="rt-reset rt-Card rt-r-size-1 rt-variant-surface rt-r-mt-1"
style="position: relative;"
>
<div
class="rt-CardInner"
>
<div
class="rt-Box _chatForm_4e3f2e rt-r-mt-1"
>
<div
class="rt-ScrollAreaRoot _vertical_fab8e9"
dir="ltr"
style="position: relative; --radix-scroll-area-corner-width: 0px; --radix-scroll-area-corner-height: 0px; max-height: 50dvh;"
>
<div
class="rt-ScrollAreaViewport"
data-radix-scroll-area-viewport=""
style="overflow-x: scroll; overflow-y: scroll;"
>
<div
style="min-width: 100%; display: table;"
>
<form>
<div
class="rt-TextAreaRoot _textarea_080
|
Run npm run test
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading