mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-21 23:34:31 +00:00
fix: use workflow.loadWorkflow API in E2E test
Amp-Thread-ID: https://ampcode.com/threads/T-019c7db7-6d68-711e-b2f5-b6211343697a
This commit is contained in:
@@ -12,7 +12,7 @@ test.describe('Image Dropdown Virtualization', { tag: '@widget' }, () => {
|
||||
test('should virtualize items when dropdown has many entries', async ({
|
||||
comfyPage
|
||||
}) => {
|
||||
await comfyPage.loadWorkflow('widgets/load_image_widget')
|
||||
await comfyPage.workflow.loadWorkflow('widgets/load_image_widget')
|
||||
await comfyPage.vueNodes.waitForNodes()
|
||||
|
||||
const totalItems = await comfyPage.page.evaluate(() => {
|
||||
|
||||
Reference in New Issue
Block a user