Commits

Alexandre Vryghem authored faec78a12e8
Themed MediaViewerComponent
No tags

src/app/item-page/media-viewer/media-viewer.component.spec.ts

Modified
128 128 mockBitstream,
129 129 MockBitstreamFormat1,
130 130 undefined
131 131 );
132 132 expect(mediaItem).toBeTruthy();
133 133 expect(mediaItem.thumbnail).toBe(null);
134 134 });
135 135
136 136 it('should display a default, thumbnail', () => {
137 137 const defaultThumbnail = fixture.debugElement.query(
138 - By.css('ds-media-viewer-image')
138 + By.css('ds-themed-media-viewer-image')
139 139 );
140 140 expect(defaultThumbnail.nativeElement).toBeDefined();
141 141 });
142 142 });
143 143 });

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut