From 475f944fa0b37ce50f9087832b5880705848d0f6 Mon Sep 17 00:00:00 2001 From: huchenlei Date: Mon, 23 Sep 2024 18:22:56 +0900 Subject: [PATCH] nit --- browser_tests/colorPalette.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/browser_tests/colorPalette.spec.ts b/browser_tests/colorPalette.spec.ts index 8caca6600..2d80544eb 100644 --- a/browser_tests/colorPalette.spec.ts +++ b/browser_tests/colorPalette.spec.ts @@ -138,6 +138,7 @@ test.describe('Color Palette', () => { test.afterEach(async ({ comfyPage }) => { await comfyPage.setSetting('Comfy.CustomColorPalettes', {}) await comfyPage.setSetting('Comfy.ColorPalette', 'dark') + await comfyPage.setSetting('Comfy.Node.Opacity', 1.0) }) test('Can show custom color palette', async ({ comfyPage }) => {