tests: update selector to match new data-testid format in chat integration test (nightly fix) (#7100)
🐛 (chatInputOutputUser-shard-1.spec.ts): fix incorrect data-testid attribute value to match updated element name for better test accuracy
This commit is contained in:
parent
4d9138fde2
commit
63a2e3349f
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ test(
|
|||
await page.waitForTimeout(600);
|
||||
await page.keyboard.press("o");
|
||||
await page.waitForSelector(
|
||||
`[data-testid="${urlNodeId}-data-output-modal"]`,
|
||||
`[data-testid="${urlNodeId}-dataframe-output-modal"]`,
|
||||
{
|
||||
timeout: 3000,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue