Remove double reroute pin (#548)

This commit is contained in:
Chenlei Hu
2024-08-19 21:38:41 -04:00
committed by GitHub
parent ea01fde607
commit 628f2afc34
3 changed files with 2 additions and 14 deletions

View File

@@ -37,7 +37,7 @@ test.describe('Node search box', () => {
await comfyPage.disconnectEdge()
// Select the second item as the first item is always reroute
await comfyPage.searchBox.fillAndSelectFirstNode('CLIPTextEncode', {
suggestionIndex: 1
suggestionIndex: 0
})
await expect(comfyPage.canvas).toHaveScreenshot('auto-linked-node.png')
})
@@ -59,7 +59,7 @@ test.describe('Node search box', () => {
// Select the second item as the first item is always reroute
await comfyPage.searchBox.fillAndSelectFirstNode('Load Checkpoint', {
suggestionIndex: 1
suggestionIndex: 0
})
await expect(comfyPage.canvas).toHaveScreenshot(
'auto-linked-node-batch.png'