test: Update test selectors in frontend regression tests (#5835)
This commit is contained in:
parent
c7f6554ea0
commit
64d82d407a
2 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue