Missed import

This commit is contained in:
VitoAlbano 2024-05-15 01:36:53 +01:00
parent 6dd6b59975
commit 2131977f48

View File

@ -26,7 +26,9 @@ import {
FormFieldTypes, FormFieldTypes,
FormModel, FormModel,
FormOutcomeEvent, FormOutcomeEvent,
FormOutcomeModel, FormRenderingService, FormService, FormOutcomeModel,
FormRenderingService,
FormService,
UploadWidgetContentLinkModel, UploadWidgetContentLinkModel,
WidgetVisibilityService, WidgetVisibilityService,
provideTranslations, provideTranslations,
@ -64,6 +66,7 @@ import { MatButtonHarness } from '@angular/material/button/testing';
import { FormCloudDisplayMode } from '../../services/form-fields.interfaces'; import { FormCloudDisplayMode } from '../../services/form-fields.interfaces';
import { CloudFormRenderingService } from './cloud-form-rendering.service'; import { CloudFormRenderingService } from './cloud-form-rendering.service';
import { ProcessServiceCloudTestingModule } from '../../testing/process-service-cloud.testing.module'; import { ProcessServiceCloudTestingModule } from '../../testing/process-service-cloud.testing.module';
import { TaskVariableCloud } from '../models/task-variable-cloud.model';
const mockOauth2Auth: any = { const mockOauth2Auth: any = {
oauth2Auth: { oauth2Auth: {