hasCancelButton() public method

public hasCancelButton ( ) : boolean
return boolean
Esempio n. 1
0
 /**
  * @Then I should not be able to cancel this order
  */
 public function iShouldNotBeAbleToCancelThisOrder()
 {
     Assert::false($this->showPage->hasCancelButton(), 'There should not be a cancel button, but it is.');
 }