Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei committed Jan 3, 2025
1 parent bfd1a29 commit f69d009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions browser_tests/copyPaste.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ test.describe('Copy Paste', () => {
})

test('Can copy and paste node with link', async ({ comfyPage }) => {
await comfyPage.clickEmptyLatentNode()
await comfyPage.clickTextEncodeNode1()
await comfyPage.page.mouse.move(10, 10)
await comfyPage.ctrlC()
await comfyPage.page.keyboard.press('Ctrl+Shift+V')
await comfyPage.page.keyboard.press('Control+Shift+V')
await expect(comfyPage.canvas).toHaveScreenshot('copied-node-with-link.png')
})

Expand Down

0 comments on commit f69d009

Please sign in to comment.