{{ 'APP.BROWSE.SEARCH.FILTER_SET' | translate }}
diff --git a/projects/aca-content/src/lib/components/search/search-results/search-results.component.spec.ts b/projects/aca-content/src/lib/components/search/search-results/search-results.component.spec.ts index d0b14c68f..260adc1e0 100644 --- a/projects/aca-content/src/lib/components/search/search-results/search-results.component.spec.ts +++ b/projects/aca-content/src/lib/components/search/search-results/search-results.component.spec.ts @@ -24,7 +24,7 @@ import { ComponentFixture, fakeAsync, flush, TestBed, tick } from '@angular/core/testing'; import { SearchResultsComponent } from './search-results.component'; -import { AppConfigService, NotificationService, TranslationService } from '@alfresco/adf-core'; +import { AppConfigService, NotificationService, TranslationService, UnitTestingUtils } from '@alfresco/adf-core'; import { Store } from '@ngrx/store'; import { NavigateToFolder } from '@alfresco/aca-shared/store'; import { Pagination, SearchRequest } from '@alfresco/js-api'; @@ -62,12 +62,14 @@ describe('SearchComponent', () => { let showErrorSpy: jasmine.Spy<(message: string, action?: string, interpolateArgs?: any, showAction?: boolean) => MatSnackBarRef