beforeEach(async () => {
    await TestBed.configureTestingModule({
      imports: [EntityFieldsMenuComponent, FontAwesomeTestingModule],
      providers: [{ provide: EntityFormService, useValue: null }],
    }).compileComponents();