it(`should close the modal gallery after a click`, () => {
      directive.isOpen = true;
      fixture.detectChanges();
      comp.keyPress.subscribe((res: string) => {
        expect(res).toBe('Escape');