[Test] Add explicit timeout to consistently failing test (#4485)

This commit is contained in:
filtered
2025-07-21 00:19:22 +10:00
committed by GitHub
parent db70bd61d5
commit dea4a76ceb

View File

@@ -48,7 +48,7 @@ test.describe('Combo text widget', () => {
await comfyPage.page.keyboard.press('r')
// Wait for nodes' widgets to be updated
await comfyPage.nextFrame()
await comfyPage.page.waitForTimeout(500)
const refreshedComboValues = await getComboValues()
expect(refreshedComboValues).not.toEqual(initialComboValues)