10 use Magento\Catalog\Test\Page\Adminhtml\CatalogCategoryIndex;
11 use Magento\Mtf\Constraint\AbstractConstraint;
27 $catalogCategoryIndex->open();
28 \PHPUnit\Framework\Assert::assertFalse(
29 $catalogCategoryIndex->getTreeCategories()->isCategoryVisible(
$category),
30 'Category is displayed in backend catalog category tree.' 41 return 'Category not displayed in backend catalog category tree.';
processAssert(CatalogCategoryIndex $catalogCategoryIndex, Category $category)