#885 remove elements form test

This commit is contained in:
Dániel Péter Sipos
2020-12-03 11:19:51 +01:00
parent 84bb449c8e
commit 152923aba7

View File

@@ -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();