ref: prompt and parser component (#8305)

* update prompt component

* template update

* update parser

* [autofix.ci] apply automated fixes

* update in template

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Edwin Jose 2025-05-30 18:53:46 -04:00 committed by GitHub
commit da3542e901
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 124 additions and 127 deletions

View file

@ -281,7 +281,7 @@ test(
.nth(0)
.click();
await page
.getByTestId("handle-prompt-shownode-prompt message-right")
.getByTestId("handle-prompt-shownode-prompt-right")
.first()
.click();
await page

View file

@ -35,7 +35,7 @@ test(
//connection 1
await page
.getByTestId("handle-prompt-shownode-prompt message-right")
.getByTestId("handle-prompt-shownode-prompt-right")
.first()
.click();