From d55c68eb9c8603a5188d34215ef4f28c660d2243 Mon Sep 17 00:00:00 2001 From: Terry Jia Date: Wed, 23 Jul 2025 22:26:11 -0400 Subject: [PATCH] update tests --- browser_tests/tests/interaction.spec.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/browser_tests/tests/interaction.spec.ts b/browser_tests/tests/interaction.spec.ts index a209e9550..fc1b5e8e1 100644 --- a/browser_tests/tests/interaction.spec.ts +++ b/browser_tests/tests/interaction.spec.ts @@ -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')