9 use Magento\Cms\Test\Page\CmsIndex;
11 use Magento\Mtf\Constraint\AbstractConstraint;
27 $this->objectManager->create(
28 \
Magento\Customer\Test\TestStep\LoginCustomerOnFrontendStep::class,
32 \PHPUnit\Framework\Assert::assertFalse(
33 $cmsIndex->getLinksBlock()->isAuthorizationVisible(),
34 "Authorisation link is visible after Login attempt." 45 return "Customer is successfully logged in.";
processAssert(CmsIndex $cmsIndex, Customer $customer)