9 use Magento\Cms\Test\Page\CmsIndex;
10 use Magento\Mtf\TestStep\TestStepInterface;
11 use Magento\Customer\Test\Page\CustomerAccountIndex;
50 $this->customerAccount->open();
51 $this->cmsIndex->getCmsPageBlock()->waitPageInit();
52 if ($this->cmsIndex->getTitleBlock()->getTitle() ===
'My Account') {
53 $this->cmsIndex->getLinksBlock()->openLink(
'Sign Out');
54 $this->cmsIndex->getCmsPageBlock()->waitUntilTextIsVisible(
'Home Page');
55 $this->cmsIndex->getCmsPageBlock()->waitPageInit();
__construct(CmsIndex $cmsIndex, CustomerAccountIndex $customerAccount)