9 use Magento\Mtf\Block\Form;
10 use Magento\Mtf\Client\Element\SimpleElement;
11 use Magento\Mtf\Client\Locator;
12 use Magento\Mtf\Fixture\FixtureInterface;
24 protected $next =
"[ng-click*='checkModuleConstraints']";
40 $this->_rootElement->find($this->next, Locator::SELECTOR_CSS)->click();
50 public function fill(FixtureInterface $fixture, SimpleElement
$element =
null)
52 $this->waitForElementVisible($this->moduleConfiguration);
53 $data = $fixture->getData();
56 if (strpos($key,
'store') === 0) {
60 $mapping = $this->dataMapping($storeData);
fill(FixtureInterface $fixture, SimpleElement $element=null)