Tests: recover missing test elements (#1296)
This commit is contained in:
parent
896d368515
commit
4e0e2222ac
3 changed files with 6 additions and 1 deletions
|
|
@ -333,6 +333,7 @@ function PureMultimodalInput({
|
|||
className="size-8 rounded-full bg-primary text-primary-foreground transition-colors duration-200 hover:bg-primary/90 disabled:bg-muted disabled:text-muted-foreground"
|
||||
disabled={!input.trim() || uploadQueue.length > 0}
|
||||
status={status}
|
||||
data-testid="send-button"
|
||||
>
|
||||
<ArrowUpIcon size={14} />
|
||||
</PromptInputSubmit>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue