Esempio n. 1
0
 /**
  * @Then I should be checking out as :email
  */
 public function iShouldBeCheckingOutAs($email)
 {
     Assert::same('Checking out as ' . $email . '.', $this->selectShippingPage->getPurchaserEmail());
 }