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