test: try fix test, clear test log in CI (#31912)

This commit is contained in:
Stephen Zhou
2026-02-04 17:05:15 +08:00
committed by GitHub
parent ec7ccd800c
commit 5f69470ebf
6 changed files with 75 additions and 16 deletions

View File

@ -2031,6 +2031,9 @@ describe('CommonCreateModal', () => {
expect(mockCreateBuilder).toHaveBeenCalled()
})
// Flush pending state updates from createBuilder promise resolution
await act(async () => {})
const input = screen.getByTestId('form-field-webhook_url')
fireEvent.change(input, { target: { value: 'test' } })