File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
dev/tests/functional/tests/app/Magento/Customer/Test/TestCase Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -124,21 +124,15 @@ 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.
129
127
$ this ->customerAccountIndex ->getInfoBlock ()->openEditContactInfo ();
130
128
$ this ->customerAccountEdit ->getAccountInfoForm ()->fill ($ customer );
131
129
$ this ->customerAccountEdit ->getAccountInfoForm ()->submit ();
132
- $ this ->cmsIndex ->getCmsPageBlock ()->waitPageInit ();
133
130
134
131
\PHPUnit_Framework_Assert::assertThat ($ this ->getName (), $ assertCustomerInfoSuccessSavedMessage );
135
132
136
133
$ this ->cmsIndex ->getCmsPageBlock ()->waitPageInit ();
137
134
$ this ->customerAccountIndex ->getDashboardAddress ()->editBillingAddress ();
138
135
$ this ->customerAddressEdit ->getEditForm ()->fill ($ address );
139
136
$ 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.
143
137
}
144
138
}
You can’t perform that action at this time.
0 commit comments