describe('first', () => {
    it('should go to first step', () => {
      component.stepper.first();
      expect(component.stepper.active).toEqual(0);
    });