9 use Magento\Mtf\Block\Form;
10 use Magento\Mtf\Client\Locator;
11 use Magento\Mtf\Fixture\FixtureInterface;
12 use Magento\Mtf\Client\Element\SimpleElement;
25 protected $currencyRow =
'//div[input[@id="custom_currency_symbol%s"]]';
34 public function fill(FixtureInterface $fixture, SimpleElement
$element =
null)
36 $element = $this->_rootElement->find(sprintf($this->currencyRow, $fixture->getCode()), Locator::SELECTOR_XPATH);
37 $data = $fixture->getData();
39 $mapping = $this->dataMapping(
$data);