mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-31 05:19:53 +00:00
Disable broken playwright test by backend change (#967)
This commit is contained in:
@@ -81,7 +81,8 @@ test.describe('Missing models warning', () => {
|
||||
])
|
||||
})
|
||||
|
||||
test('Should display a warning when missing models are found', async ({
|
||||
// Regressed by https://github.com/comfyanonymous/ComfyUI/pull/4981
|
||||
test.skip('Should display a warning when missing models are found', async ({
|
||||
comfyPage
|
||||
}) => {
|
||||
await comfyPage.setSetting('Comfy.Workflow.ShowMissingModelsWarning', true)
|
||||
|
||||
Reference in New Issue
Block a user