File tree Expand file tree Collapse file tree
x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 * or more contributor license agreements. Licensed under the Elastic License;
44 * you may not use this file except in compliance with the Elastic License.
55 */
6- import React , { Fragment , lazy } from 'react' ;
6+ import React , { Fragment } from 'react' ;
77import { mountWithIntl , nextTick } from 'test_utils/enzyme_helpers' ;
88import { coreMock } from '../../../../../../../src/core/public/mocks' ;
99import { ReactWrapper } from 'enzyme' ;
@@ -19,11 +19,7 @@ const actionTypeRegistry = actionTypeRegistryMock.create();
1919describe ( 'action_form' , ( ) => {
2020 let deps : any ;
2121
22- const mockedActionParamsFields = lazy ( async ( ) => ( {
23- default ( ) {
24- return < Fragment /> ;
25- } ,
26- } ) ) ;
22+ const mockedActionParamsFields = ( ) => < Fragment /> ;
2723
2824 const alertType = {
2925 id : 'my-alert-type' ,
You can’t perform that action at this time.
0 commit comments