mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 11:11:53 +00:00
Add a wait to prevent searchbox popup (#589)
* Add a wait to prevent searchbox popup * nit
This commit is contained in:
@@ -122,6 +122,8 @@ test.describe('Node Interaction', () => {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
await expect(comfyPage.canvas).toHaveScreenshot('prompt-dialog-opened.png')
|
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({
|
await comfyPage.canvas.click({
|
||||||
position: {
|
position: {
|
||||||
x: 10,
|
x: 10,
|
||||||
|
|||||||
5
src/components/dialog/content/ErrorDialogContent.vue
Normal file
5
src/components/dialog/content/ErrorDialogContent.vue
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<template>
|
||||||
|
<div></div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script setup lang="ts"></script>
|
||||||
Reference in New Issue
Block a user