test: assert referencing node count in model name display test

This commit is contained in:
jaeone94
2026-04-04 19:48:58 +09:00
parent 8be424cea3
commit ddb2f9406d

View File

@@ -40,7 +40,7 @@ test.describe('Errors tab - Missing models', { tag: '@ui' }, () => {
const modelsGroup = comfyPage.page.getByTestId(
TestIds.dialogs.missingModelsGroup
)
await expect(modelsGroup).toContainText(/fake_model\.safetensors/)
await expect(modelsGroup).toContainText(/fake_model\.safetensors\s*\(\d+\)/)
})
test('Should expand model row to show referencing nodes', async ({