Ejemplo n.º 1
0
 /**
  * Choose affected attribute set
  *
  * @param CatalogProductConfigurable $fixture
  */
 public function chooseAttributeSet(CatalogProductConfigurable $fixture)
 {
     $attributeSetName = $fixture->getAttributeSetName();
     if ($attributeSetName) {
         $this->_rootElement->find($this->affectedAttributeSet)->click();
         $this->_rootElement->find($this->attributeSetName)->setValue($attributeSetName);
     }
     $this->_rootElement->find($this->confirmButton)->click();
 }