diff --git a/browser_tests/interaction.spec.ts b/browser_tests/interaction.spec.ts index 123ff78be..0e533119a 100644 --- a/browser_tests/interaction.spec.ts +++ b/browser_tests/interaction.spec.ts @@ -122,6 +122,8 @@ test.describe('Node Interaction', () => { } }) await expect(comfyPage.canvas).toHaveScreenshot('prompt-dialog-opened.png') + // Wait for 1s so that it does not trigger the search box by double click. + await comfyPage.page.waitForTimeout(1000) await comfyPage.canvas.click({ position: { x: 10, diff --git a/src/components/dialog/content/ErrorDialogContent.vue b/src/components/dialog/content/ErrorDialogContent.vue new file mode 100644 index 000000000..8f01dcfc2 --- /dev/null +++ b/src/components/dialog/content/ErrorDialogContent.vue @@ -0,0 +1,5 @@ + + +