Skip to content

Commit c89bfc1

Browse files
vNovskiFrancescoMolinaro
authored andcommitted
Merged in DSC-1500-hide-the-possibility-download-files-main-cris (pull request DSpace#1320)
DSC-1500 hide the possibility download files main cris Approved-by: Francesco Molinaro
2 parents 53fc9e1 + 7f898b6 commit c89bfc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/cris-layout/cris-layout-matrix/cris-layout-box-container/boxes/metadata/rendering-types/thumbnail/thumbnail.component.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ describe('ThumbnailComponent', () => {
299299
});
300300

301301
it('should show thumbnail content image src', () => {
302-
/* expect(component.default).toBe('assets/images/person-placeholder.svg');
302+
/* expect(component.default).toBe('assets/images/file-placeholder.svg');
303303
const image = fixture.debugElement.query(By.css('img[src="http://localhost:8080/server/api/core/bitstreams/thumbnail-6df9-40ef-9009-b3c90a4e6d5b/content"]'));
304304
expect(image).toBeTruthy();*/
305305
expect(component.thumbnail$.value).toEqual(mockThumbnailWithType);

0 commit comments

Comments
 (0)