fix: change chatOutput drop coordinates on general bugs test (#9554)

Fixed insertion of chat output
This commit is contained in:
Lucas Oliveira 2025-08-26 17:12:48 -03:00 committed by GitHub
commit d83531392b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,13 +34,9 @@ test(
await page
.getByTestId("input_outputChat Output")
.dragTo(page.locator('//*[@id="react-flow-id"]'), {
targetPosition: { x: 0, y: 0 },
targetPosition: { x: 400, y: 100 },
});
await page
.getByTestId("input_outputChat Output")
.dragTo(page.locator('//*[@id="react-flow-id"]'));
await page.getByTestId("sidebar-search-input").click();
await page.getByTestId("sidebar-search-input").fill("chat input");