diff --git a/browser_tests/tests/colorPalette.spec.ts b/browser_tests/tests/colorPalette.spec.ts index ce372ddfa..85b3a02e4 100644 --- a/browser_tests/tests/colorPalette.spec.ts +++ b/browser_tests/tests/colorPalette.spec.ts @@ -171,7 +171,8 @@ test.describe('Color Palette', () => { await comfyPage.setSetting('Comfy.ColorPalette', 'dark') await comfyPage.nextFrame() - await expect(comfyPage.canvas).toHaveScreenshot('default-color-palette.png') + // INTENTIONALLY BROKEN: This should fail - expecting wrong screenshot + await expect(comfyPage.canvas).toHaveScreenshot('WRONG-SCREENSHOT-NAME.png') }) test('Can add custom color palette', async ({ comfyPage }) => {