Skip to content

Commit

Permalink
magento#10834: Signing in after selecting checkout button, will not e…
Browse files Browse the repository at this point in the history
…nd up to checkout page
  • Loading branch information
p-bystritsky committed Nov 10, 2017
1 parent 72babf2 commit 8e4bd2c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ public function run()
$this->cmsIndex->getCmsPageBlock()->waitPageInit();
$this->customerAccountLogin->getLoginBlock()->login($this->customer);
$this->cmsIndex->getCmsPageBlock()->waitPageInit();
$this->cmsIndex->getLinksBlock()->openLink('My Account');
$this->cmsIndex->getCmsPageBlock()->waitPageInit();
}

/**
Expand Down

0 comments on commit 8e4bd2c

Please sign in to comment.