mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
resolve: conflict
This commit is contained in:
@ -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' } })
|
||||
|
||||
|
||||
Reference in New Issue
Block a user