resolve: conflict

This commit is contained in:
crazywoola
2026-02-09 15:17:25 +08:00
parent f4d6383019
commit 481c707fab
78 changed files with 3470 additions and 971 deletions

View File

@ -2052,9 +2052,6 @@ 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' } })