10 use Magento\Customer\Test\Page\Adminhtml\CustomerIndex;
11 use Magento\Reports\Test\Page\Adminhtml\CustomerAccounts;
12 use Magento\Mtf\TestCase\Injectable;
72 $this->customerIndexPage->open();
73 $this->customerIndexPage->getCustomerGridBlock()->massaction([],
'Delete',
true,
'Select All');
77 $this->customerAccounts->open();
78 $this->customerAccounts->getGridBlock()->searchAccounts($customersReport);
__inject(CustomerIndex $customerIndexPage, CustomerAccounts $customerAccounts)
test(Customer $customer, array $customersReport)