Exemplo n.º 1
0
 /**
  * @Then I should be redirected to the shipping step
  */
 public function iShouldBeRedirectedToTheShippingStep()
 {
     Assert::true($this->shippingPage->isOpen(), 'Checkout shipping step should be opened, but it is not.');
 }
Exemplo n.º 2
0
 /**
  * @Then I should be on the checkout shipping step
  */
 public function iShouldBeOnTheCheckoutShippingStep()
 {
     Assert::true($this->shippingPage->isOpen(), 'Checkout shipping page should be opened, but it is not.');
 }