9 use Magento\Cms\Test\Page\CmsIndex;
11 use Magento\Customer\Test\Page\CustomerAccountLogin;
12 use Magento\Mtf\TestStep\TestStepInterface;
73 $this->logoutCustomerOnFrontend->run();
74 $this->cmsIndex->getLinksBlock()->openLink(
'Sign In');
75 $this->cmsIndex->getCmsPageBlock()->waitPageInit();
76 $this->customerAccountLogin->getLoginBlock()->login($this->customer);
77 $this->cmsIndex->getCmsPageBlock()->waitPageInit();
78 $this->cmsIndex->getLinksBlock()->openLink(
'My Account');
79 $this->cmsIndex->getCmsPageBlock()->waitPageInit();
89 $this->logoutCustomerOnFrontend->run();
__construct(CmsIndex $cmsIndex, CustomerAccountLogin $customerAccountLogin, LogoutCustomerOnFrontendStep $logoutCustomerOnFrontend, Customer $customer)
$logoutCustomerOnFrontend