Skip to content

Commit

Permalink
fix: adjust mouse actions in regression test for proper drag-and-drop (
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielluiz authored Dec 26, 2024
1 parent 5fd601b commit 0118e98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ test(
await page
.getByTestId("modelsOpenAI")
.dragTo(page.locator('//*[@id="react-flow-id"]'));
await page.mouse.up();

This comment has been minimized.

Copy link
@himal-26082003

himal-26082003 Dec 27, 2024

Write this down to l69

await page.mouse.down();
await page.mouse.up();

await initialGPTsetup(page);

Expand Down

0 comments on commit 0118e98

Please sign in to comment.