Esempio n. 1
0
 /**
  * @Then I should still be on the shipping step
  */
 public function iShouldStillBeOnTheShippingStep()
 {
     Assert::true($this->selectShippingPage->isOpen(), 'Select shipping page should be open, but it does not.');
 }
Esempio n. 2
0
 /**
  * @Then I should be redirected to the shipping step
  */
 public function iShouldBeRedirectedToTheShippingStep()
 {
     Assert::true($this->selectShippingPage->isOpen(), 'Checkout shipping step should be opened, but it is not.');
 }