fix: add dropdown clicking to change output type of message history on shard 9 (#8248)

This commit is contained in:
Lucas Oliveira 2025-05-28 09:58:57 -03:00 committed by GitHub
commit bdf658a616
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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")