Ejemplo n.º 1
0
 /**
  * @Given I should be able to go to the shipping step again
  */
 public function iShouldBeAbleToGoToTheShippingStepAgain()
 {
     $this->addressingPage->nextStep();
     Assert::true($this->shippingPage->isOpen(), 'Checkout shipping step should be opened, but it is not.');
 }
Ejemplo n.º 2
0
 /**
  * @When I complete the addressing step
  * @When I try to complete the addressing step
  */
 public function iCompleteTheAddressingStep()
 {
     $this->addressingPage->nextStep();
 }