Skip to content

Commit

Permalink
Change download dir to not interfere with other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei committed Aug 27, 2024
1 parent 9e350d7 commit a1a9b98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{
"name": "fake_model.safetensors",
"url": "http://localhost:8188/api/devtools/fake_model.safetensors",
"directory": "checkpoints"
"directory": "clip"
}
],
"version": 0.4
Expand Down
2 changes: 1 addition & 1 deletion browser_tests/dialog.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ test.describe('Missing models warning', () => {
}) => {
// The fake_model.safetensors is served by
// https://github.com/Comfy-Org/ComfyUI_devtools/blob/main/__init__.py
await comfyPage.loadWorkflow('model_download')
await comfyPage.loadWorkflow('missing_models')

// Wait for the element with the .comfy-missing-models selector to be visible
const missingModelsWarning = comfyPage.page.locator('.comfy-missing-models')
Expand Down

0 comments on commit a1a9b98

Please sign in to comment.