diff --git a/src/app/my-dspace-page/collection-selector/collection-selector.component.spec.ts b/src/app/my-dspace-page/collection-selector/collection-selector.component.spec.ts
index 76a61aa3f91..3740e6fa57f 100644
--- a/src/app/my-dspace-page/collection-selector/collection-selector.component.spec.ts
+++ b/src/app/my-dspace-page/collection-selector/collection-selector.component.spec.ts
@@ -2,7 +2,6 @@
import {
ChangeDetectionStrategy,
ChangeDetectorRef,
- Component,
ElementRef,
NO_ERRORS_SCHEMA,
} from '@angular/core';
@@ -129,14 +128,13 @@ describe('CollectionSelectorComponent', () => {
},
}),
CollectionSelectorComponent,
- // CollectionDropdownComponent,
+ CollectionDropdownComponent,
],
providers: [
{ provide: CollectionDataService, useValue: collectionDataServiceMock },
{ provide: ElementRef, useClass: MockElementRef },
{ provide: NgbActiveModal, useValue: modal },
{ provide: ActivatedRoute, useValue: {} },
- { provide: CollectionDropdownComponent, useClass: CollectionDropdownStubComponent },
ChangeDetectorRef,
],
schemas: [NO_ERRORS_SCHEMA],
@@ -153,7 +151,7 @@ describe('CollectionSelectorComponent', () => {
scheduler = getTestScheduler();
fixture = TestBed.overrideComponent(CollectionSelectorComponent, {
set: {
- template: '