Skip to content

Commit

Permalink
Fix flaky reroute insert playwright test
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei committed Dec 26, 2024
1 parent d11fad8 commit a76f5ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions browser_tests/rerouteNode.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ test.describe('Reroute Node', () => {
// Close the sidebar tab
await workflowsTab.tabButton.click()
await workflowsTab.root.waitFor({ state: 'hidden' })
// Move mouse to empty area to avoid trigger tooltip
await comfyPage.moveMouseToEmptyArea()

await expect(comfyPage.canvas).toHaveScreenshot('reroute_inserted.png')
})
Expand Down

0 comments on commit a76f5ed

Please sign in to comment.