hasAddToCartButton() 공개 메소드

public hasAddToCartButton ( ) : boolean
리턴 boolean
예제 #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.');
 }