9 use Magento\Backend\Test\Page\Adminhtml\StoreIndex;
10 use Magento\Store\Test\Fixture\Website;
11 use Magento\Mtf\Constraint\AbstractConstraint;
29 $storeIndex->open()->getStoreGrid()->search([
'website_title' => $websiteName]);
30 \PHPUnit\Framework\Assert::assertFalse(
31 $storeIndex->getStoreGrid()->isWebsiteExists(
$website),
32 'Website \'' . $websiteName .
'\' is present in grid.
' 41 public function toString() 43 return 'Website is absent in grid.
';
processAssert(StoreIndex $storeIndex, Website $website)