it(`should navigate to the left when you press left arrow keyboard button`, () => {
      directive.isOpen = true;
      fixture.detectChanges();
      comp.keyPress.subscribe((res: string) => {
        expect(res).toBe('Left');