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