mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-04 15:10:06 +00:00
poll feedback
This commit is contained in:
@@ -310,7 +310,9 @@ test.describe('Dynamic Combo Widgets in Subgraphs', () => {
|
||||
|
||||
await comfyPage.page.keyboard.press('Escape')
|
||||
await comfyPage.nextFrame()
|
||||
expect(await comfyPage.isInSubgraph()).toBe(false)
|
||||
await expect
|
||||
.poll(() => comfyPage.isInSubgraph(), { timeout: 5000 })
|
||||
.toBe(false)
|
||||
|
||||
const outerSubgraph = await getSubgraphNode(comfyPage)
|
||||
expect(await outerSubgraph.getWidgets()).toEqual([
|
||||
|
||||
Reference in New Issue
Block a user