Beispiel #1
0
 /**
  * @Then I should be on the checkout addressing step
  */
 public function iShouldBeOnTheCheckoutAddressingStep()
 {
     Assert::true($this->addressPage->isOpen(), 'Checkout addressing page should be opened, but it is not.');
 }
Beispiel #2
0
 /**
  * @Then I should be redirected to the addressing step
  */
 public function iShouldBeRedirectedToTheAddressingStep()
 {
     Assert::true($this->addressPage->isOpen(), 'Checkout addressing step should be opened, but it is not.');
 }