it('should do nothing', () => {
      component.stepper.last();
      component.stepper.next();
      expect(component.stepper.active).toEqual(2);
    });