stepper motor code on arduino uno stack with motor shield v2.0

The motor seems to be working as commanded...

myMotor->step(50, FORWARD, SINGLE); 
myMotor->step(50, BACKWARD, SINGLE);

Each time thru the loop you take a step forward and then a step backward.