diff --git a/browser_tests/tests/interaction.spec.ts b/browser_tests/tests/interaction.spec.ts index fc1b5e8e1..a209e9550 100644 --- a/browser_tests/tests/interaction.spec.ts +++ b/browser_tests/tests/interaction.spec.ts @@ -9,6 +9,10 @@ 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')