test: Update test selectors in frontend regression tests (#5835)

This commit is contained in:
Cristhian Zanforlin Lousa 2025-01-21 12:24:57 -03:00 committed by GitHub
commit 64d82d407a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -95,7 +95,7 @@ AI:
//connection 1
const elementChatMemoryOutput = await page
.getByTestId("handle-memory-shownode-text-right")
.getByTestId("handle-memory-shownode-message-right")
.first();
await elementChatMemoryOutput.hover();
await page.mouse.down();

View file

@ -109,7 +109,7 @@ test(
await page.mouse.up();
const elementsOpenAiOutput = await page
.locator('[data-testid="handle-openaimodel-shownode-text-right"]')
.locator('[data-testid="handle-openaimodel-shownode-message-right"]')
.all();
for (const element of elementsOpenAiOutput) {