mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
#885 remove elements form test
This commit is contained in:
@@ -94,7 +94,6 @@ describe('MediaViewerComponent', () => {
|
||||
describe('when the bitstreams are loading', () => {
|
||||
beforeEach(() => {
|
||||
comp.mediaList$.next([mockMediaViewerItem]);
|
||||
comp.imageOptions = true;
|
||||
comp.videoOptions = true;
|
||||
comp.isLoading = true;
|
||||
fixture.detectChanges();
|
||||
@@ -119,7 +118,6 @@ describe('MediaViewerComponent', () => {
|
||||
describe('when the bitstreams loading is failed', () => {
|
||||
beforeEach(() => {
|
||||
comp.mediaList$.next([]);
|
||||
comp.imageOptions = true;
|
||||
comp.videoOptions = true;
|
||||
comp.isLoading = false;
|
||||
fixture.detectChanges();
|
||||
|
Reference in New Issue
Block a user