fix: change chatOutput drop coordinates on general bugs test (#9554)
Fixed insertion of chat output
This commit is contained in:
parent
b6de042488
commit
d83531392b
1 changed files with 1 additions and 5 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue