From 7084b2abf66a4f630f251783e55af81737b6a7d6 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Fri, 10 Aug 2018 14:39:25 +0100 Subject: [PATCH] remove viewer wrong behavior test if you want not have the toolbar there are other properties --- lib/core/viewer/components/viewer.component.spec.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/core/viewer/components/viewer.component.spec.ts b/lib/core/viewer/components/viewer.component.spec.ts index 32d290ccbd..d0a08911bd 100644 --- a/lib/core/viewer/components/viewer.component.spec.ts +++ b/lib/core/viewer/components/viewer.component.spec.ts @@ -455,10 +455,6 @@ describe('ViewerComponent', () => { fixture.detectChanges(); }); - it('should header be NOT be present if is not overlay mode', () => { - expect(element.querySelector('header')).toBeNull(); - }); - it('should Esc button not hide the viewer if is not overlay mode', () => { EventMock.keyDown(27); fixture.detectChanges();