fix: add dropdown clicking to change output type of message history on shard 9 (#8248)
This commit is contained in:
parent
8641417293
commit
bdf658a616
1 changed files with 4 additions and 0 deletions
|
|
@ -89,6 +89,10 @@ AI:
|
|||
|
||||
await page.getByTestId("fit_view").click();
|
||||
|
||||
await page.getByTestId("dropdown-output-memory").click();
|
||||
|
||||
await page.getByTestId("dropdown-item-output-memory-message").click();
|
||||
|
||||
//connection 1
|
||||
const elementChatMemoryOutput = await page
|
||||
.getByTestId("handle-memory-shownode-message-right")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue