Exemplo n.º 1
0
 /**
  * @Then I should be able to pay again
  */
 public function iShouldBeAbleToPayAgain()
 {
     Assert::true($this->thankYouPage->hasPayAction(), 'I should be able to pay, but I am not able to.');
 }