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