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:
parent
5699e66b92
commit
da3542e901
27 changed files with 124 additions and 127 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ test(
|
|||
//connection 1
|
||||
|
||||
await page
|
||||
.getByTestId("handle-prompt-shownode-prompt message-right")
|
||||
.getByTestId("handle-prompt-shownode-prompt-right")
|
||||
.first()
|
||||
.click();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue