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:
Cristhian Zanforlin Lousa 2025-03-17 10:43:27 -03:00 committed by GitHub
commit 63a2e3349f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
},