File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
dev/tests/functional/tests/app/Magento/Customer/Test/TestCase Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -124,15 +124,21 @@ public function test(
124
124
'Magento\Customer\Test\TestStep\LoginCustomerOnFrontendStep ' ,
125
125
['customer ' => $ initialCustomer ]
126
126
)->run ();
127
+ $ this ->cmsIndex ->getCmsPageBlock ()->waitPageInit ();
128
+ sleep (3 ); // TODO: remove after resolving an issue with ajax on Frontend.
127
129
$ this ->customerAccountIndex ->getInfoBlock ()->openEditContactInfo ();
128
130
$ this ->customerAccountEdit ->getAccountInfoForm ()->fill ($ customer );
129
131
$ this ->customerAccountEdit ->getAccountInfoForm ()->submit ();
132
+ $ this ->cmsIndex ->getCmsPageBlock ()->waitPageInit ();
130
133
131
134
\PHPUnit_Framework_Assert::assertThat ($ this ->getName (), $ assertCustomerInfoSuccessSavedMessage );
132
135
133
136
$ this ->cmsIndex ->getCmsPageBlock ()->waitPageInit ();
134
137
$ this ->customerAccountIndex ->getDashboardAddress ()->editBillingAddress ();
135
138
$ this ->customerAddressEdit ->getEditForm ()->fill ($ address );
136
139
$ this ->customerAddressEdit ->getEditForm ()->saveAddress ();
140
+ $ this ->cmsIndex ->getCmsPageBlock ()->waitPageInit ();
141
+ $ this ->cmsIndex ->getCmsPageBlock ()->waitPageInit ();
142
+ sleep (3 ); // TODO: remove after resolving an issue with ajax on Frontend.
137
143
}
138
144
}
You can’t perform that action at this time.
0 commit comments