9 use Magento\Mtf\TestCase\Injectable;
11 use Magento\Customer\Test\Page\Adminhtml\CustomerIndex;
12 use Magento\Customer\Test\Page\Adminhtml\CustomerIndexNew;
75 $this->pageCustomerIndex->open();
76 $this->pageCustomerIndex->getPageActionsBlock()->addNew();
77 $this->pageCustomerIndexNew->getCustomerForm()->fillCustomer(
$customer);
78 $this->pageCustomerIndexNew->getPageActionsBlock()->save();
__inject(CustomerIndex $pageCustomerIndex, CustomerIndexNew $pageCustomerIndexNew)