File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
dev/tests/functional/tests/app/Magento/Customer/Test/TestStep Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public function __construct(
71
71
public function run ()
72
72
{
73
73
$ this ->logoutCustomerOnFrontend ->run ();
74
- $ this ->cmsIndex ->getLinksBlock ()->openLink (" Sign In " );
74
+ $ this ->cmsIndex ->getLinksBlock ()->openLink (' Sign In ' );
75
75
$ this ->cmsIndex ->getCmsPageBlock ()->waitPageInit ();
76
76
$ this ->customerAccountLogin ->getLoginBlock ()->login ($ this ->customer );
77
77
$ this ->cmsIndex ->getCmsPageBlock ()->waitPageInit ();
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ public function run()
54
54
{
55
55
$ this ->cmsIndex ->open ();
56
56
$ this ->cmsIndex ->getCmsPageBlock ()->waitPageInit ();
57
- if ($ this ->cmsIndex ->getLinksBlock ()->isLinkVisible (" Log Out" )) {
58
- $ this ->cmsIndex ->getLinksBlock ()->openLink (" Log Out" );
57
+ if ($ this ->cmsIndex ->getLinksBlock ()->isLinkVisible (' Sign Out' )) {
58
+ $ this ->cmsIndex ->getLinksBlock ()->openLink (' Sign Out' );
59
59
$ this ->cmsIndex ->getCmsPageBlock ()->waitUntilTextIsVisible ('Home Page ' );
60
60
$ this ->cmsIndex ->getCmsPageBlock ()->waitPageInit ();
61
61
}
You can’t perform that action at this time.
0 commit comments