예제 #1
0
 /**
  * @Then I should see the product attribute :attributeName with value :AttributeValue
  */
 public function iShouldSeeTheProductAttributeWithValue($attributeName, $AttributeValue)
 {
     Assert::true($this->showPage->hasAttributeWithValue($attributeName, $AttributeValue), sprintf('Product should have attribute %s with value %s, but it does not.', $attributeName, $AttributeValue));
 }