Skip to content

Commit

Permalink
[#2719][CST-12825] Refactors item-page-img-field component
Browse files Browse the repository at this point in the history
  • Loading branch information
vins01-4science committed Feb 13, 2024
1 parent 26bfc58 commit 678d089
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ComponentFixture, TestBed } from '@angular/core/testing';

import { ImageField, ItemPageImgFieldComponent } from './item-page-img-field.component';
import { ItemPageImgFieldComponent } from './item-page-img-field.component';
import { TranslateLoader, TranslateModule } from '@ngx-translate/core';
import { TranslateLoaderMock } from '../../../../../shared/testing/translate-loader.mock';
import { APP_CONFIG } from '../../../../../../config/app-config.interface';
Expand All @@ -12,6 +12,7 @@ import { MetadataValuesComponent } from '../../../../field-components/metadata-v
import { ChangeDetectionStrategy, NO_ERRORS_SCHEMA } from '@angular/core';
import { mockItemWithMetadataFieldsAndValue } from '../item-page-field.component.spec';
import { By } from '@angular/platform-browser';
import { ImageField } from '../item-page-field.component';

let component: ItemPageImgFieldComponent;
let fixture: ComponentFixture<ItemPageImgFieldComponent>;
Expand Down

0 comments on commit 678d089

Please sign in to comment.