Skip to content

Commit

Permalink
test: Update test selectors in frontend regression tests (#5835)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristhianzl authored Jan 21, 2025
1 parent c7f6554 commit 64d82d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 64d82d4

Please sign in to comment.