10 use Magento\Mtf\Client\Locator;
11 use Magento\Mtf\Fixture\FixtureInterface;
12 use Magento\Mtf\Client\Element\SimpleElement;
13 use Magento\Mtf\Block\Form as ParentForm;
43 $affectedAttributeSet =
$product->getData(
'affected_attribute_set');
45 if ($affectedAttributeSet) {
46 $fields = [
'new_attribute_set_name' => $affectedAttributeSet];
47 $mapping = $this->dataMapping(
$fields);
49 $this->_rootElement->find($this->affectedAttributeSetNew)->click();
63 $this->_rootElement->find($this->confirmButton, Locator::SELECTOR_CSS)->click();
fill(FixtureInterface $product, SimpleElement $element=null)