From 8e4bd2c1290430675b0353c88c911e800dd97f85 Mon Sep 17 00:00:00 2001
From: Pavel Bystritsky
Date: Fri, 10 Nov 2017 15:53:21 +0200
Subject: [PATCH] magento/magento2#10834: Signing in after selecting checkout
button, will not end up to checkout page
---
.../Customer/Test/TestStep/LoginCustomerOnFrontendStep.php | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev/tests/functional/tests/app/Magento/Customer/Test/TestStep/LoginCustomerOnFrontendStep.php b/dev/tests/functional/tests/app/Magento/Customer/Test/TestStep/LoginCustomerOnFrontendStep.php
index dc5d6076731c6..7e4dee7072679 100644
--- a/dev/tests/functional/tests/app/Magento/Customer/Test/TestStep/LoginCustomerOnFrontendStep.php
+++ b/dev/tests/functional/tests/app/Magento/Customer/Test/TestStep/LoginCustomerOnFrontendStep.php
@@ -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();
}
/**