9 use Magento\Cms\Test\Page\CmsIndex;
10 use Magento\Mtf\Constraint\AbstractConstraint;
11 use Magento\Mtf\Client\BrowserInterface;
29 $cmsIndex->getLogoBlock()->clickOnLogo();
30 \PHPUnit\Framework\Assert::assertEquals(
33 sprintf(
'Store code \'%s\' is not present in the url: %s',
$storeCode, $browser->getUrl())
44 return 'Store code is present in the url.';
processAssert(CmsIndex $cmsIndex, BrowserInterface $browser, $storeCode)