9 use Magento\Cms\Test\Page\CmsIndex;
10 use Magento\Mtf\Constraint\AbstractConstraint;
11 use Magento\Mtf\Client\BrowserInterface;
30 $homePage->getTopmenu()->selectCategoryByName(
$category->getName());
32 \PHPUnit\Framework\Assert::assertTrue(
33 strpos($browser->getUrl(),
'index.php') ===
false,
34 'Apache redirect for category does not work.' 45 return 'Apache redirect works correct.';
processAssert(Category $category, CmsIndex $homePage, BrowserInterface $browser)