10 use Magento\Customer\Test\Page\Adminhtml\CustomerGroupIndex;
11 use Magento\Mtf\Constraint\AbstractConstraint;
26 CustomerGroup $customerGroup,
27 CustomerGroupIndex $customerGroupIndex
29 $customerGroupIndex->open();
30 $filter = [
'code' => $customerGroup->getCustomerGroupCode()];
31 \PHPUnit\Framework\Assert::assertFalse(
32 $customerGroupIndex->getCustomerGroupGrid()->isRowVisible($filter),
33 'Group with name \'' . $customerGroup->getCustomerGroupCode() .
'\' in customer groups grid.
' 42 public function toString() 44 return 'Customer group not in grid.
';
processAssert(CustomerGroup $customerGroup, CustomerGroupIndex $customerGroupIndex)