update tests

This commit is contained in:
Terry Jia
2025-07-23 22:26:11 -04:00
parent 7d5ab8faa4
commit d55c68eb9c

View File

@@ -9,10 +9,6 @@ import {
import { type NodeReference } from '../fixtures/utils/litegraphUtils'
test.describe('Item Interaction', () => {
test.beforeEach(async ({ comfyPage }) => {
await comfyPage.setSetting('Comfy.Minimap.Visible', false)
})
test('Can select/delete all items', async ({ comfyPage }) => {
await comfyPage.loadWorkflow('mixed_graph_items')
await comfyPage.canvas.press('Control+a')