We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72babf2 commit 8e4bd2cCopy full SHA for 8e4bd2c
dev/tests/functional/tests/app/Magento/Customer/Test/TestStep/LoginCustomerOnFrontendStep.php
@@ -75,6 +75,8 @@ public function run()
75
$this->cmsIndex->getCmsPageBlock()->waitPageInit();
76
$this->customerAccountLogin->getLoginBlock()->login($this->customer);
77
78
+ $this->cmsIndex->getLinksBlock()->openLink('My Account');
79
+ $this->cmsIndex->getCmsPageBlock()->waitPageInit();
80
}
81
82
/**
0 commit comments