import React from 'react'; import { Provider } from 'react-redux'; import configureMockStore from 'redux-mock-store'; import * as patternfly from '@patternfly/react-core'; import { mount } from '@theforeman/test'; import { AdvancedFields } from '../AdvancedFields'; jest.spyOn(patternfly, 'FormGroup'); patternfly.FormGroup.mockImplementation(props => (