10 use Magento\Customer\Test\Page\Adminhtml\CustomerGroupIndex;
11 use Magento\Customer\Test\Page\Adminhtml\CustomerGroupNew;
12 use Magento\Mtf\TestCase\Injectable;
67 CustomerGroup $customerGroup
70 $this->customerGroupIndex->open();
71 $this->customerGroupIndex->getGridPageActions()->addNew();
72 $this->customerGroupNew->getPageMainForm()->fill($customerGroup);
73 $this->customerGroupNew->getPageMainActions()->save();
testCreateCustomerGroup(CustomerGroup $customerGroup)
__inject(CustomerGroupIndex $customerGroupIndex, CustomerGroupNew $customerGroupNew)