Skip to content

Commit 8e4bd2c

Browse files
committed
#10834: Signing in after selecting checkout button, will not end up to checkout page
1 parent 72babf2 commit 8e4bd2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/tests/functional/tests/app/Magento/Customer/Test/TestStep/LoginCustomerOnFrontendStep.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ public function run()
7575
$this->cmsIndex->getCmsPageBlock()->waitPageInit();
7676
$this->customerAccountLogin->getLoginBlock()->login($this->customer);
7777
$this->cmsIndex->getCmsPageBlock()->waitPageInit();
78+
$this->cmsIndex->getLinksBlock()->openLink('My Account');
79+
$this->cmsIndex->getCmsPageBlock()->waitPageInit();
7880
}
7981

8082
/**

0 commit comments

Comments
 (0)