afterSteps.forEach((step) => {
      it(`isBefore returns false when the command is for an "After ${getStep(step)}" step`, () => {
        model.set('step', step);

        expect(model.isBefore()).to.be.false();