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::assertTrue(
35 $storeIndex->getStoreGrid()->isStoreExists(
$storeName),
36 'Store \'' .
$storeName .
'\' is not present in grid.
' 45 public function toString() 47 return 'Store View is present in grid.
';
processAssert(StoreIndex $storeIndex, Store $store)