hasAddToCartButton() public method

public hasAddToCartButton ( ) : boolean
return boolean
Example #1
0
 /**
  * @Then I should be unable to add it to the cart
  */
 public function iShouldBeUnableToAddItToTheCart()
 {
     Assert::false($this->showPage->hasAddToCartButton(), 'Add to cart button should not be visible.');
 }