9 use Magento\Backend\Test\Page\Adminhtml\StoreIndex;
11 use Magento\Mtf\Constraint\AbstractConstraint;
33 $storeIndex->open()->getStoreGrid()->search([
'group_title' => $storeGroupName]);
34 \PHPUnit\Framework\Assert::assertFalse(
35 $storeIndex->getStoreGrid()->isStoreExists($storeGroupName),
36 'Store group \'' . $storeGroupName .
'\' is present in grid.
' 45 public function toString() 47 return 'Store Group is absent in grid.
';
processAssert(StoreIndex $storeIndex, StoreGroup $storeGroup)