diff --git a/browser_tests/tests/rightClickMenu.spec.ts b/browser_tests/tests/rightClickMenu.spec.ts index db21ecd36..8b6306d4d 100644 --- a/browser_tests/tests/rightClickMenu.spec.ts +++ b/browser_tests/tests/rightClickMenu.spec.ts @@ -4,7 +4,7 @@ import { NodeBadgeMode } from '../../src/types/nodeSource' import { comfyPageFixture as test } from '../fixtures/ComfyPage' test.describe('Canvas Right Click Menu', () => { - test('Can add node', async ({ comfyPage }) => { + test.skip('Can add node', async ({ comfyPage }) => { await comfyPage.rightClickCanvas() await expect(comfyPage.canvas).toHaveScreenshot('right-click-menu.png') await comfyPage.page.getByText('Add Node').click() diff --git a/src/views/DownloadGitView.vue b/src/views/DownloadGitView.vue index 12c116ad8..c1844ca3f 100644 --- a/src/views/DownloadGitView.vue +++ b/src/views/DownloadGitView.vue @@ -1,7 +1,7 @@