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

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