Skip to content

Commit 25e4f7a

Browse files
author
Oleh Posyniak
committed
MAGETWO-42984: Remove Section from Customer Data
1 parent c1dc94a commit 25e4f7a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

dev/tests/functional/tests/app/Magento/Customer/Test/TestCase/UpdateCustomerFrontendEntityTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,21 +124,15 @@ public function test(
124124
'Magento\Customer\Test\TestStep\LoginCustomerOnFrontendStep',
125125
['customer' => $initialCustomer]
126126
)->run();
127-
$this->cmsIndex->getCmsPageBlock()->waitPageInit();
128-
sleep(3); // TODO: remove after resolving an issue with ajax on Frontend.
129127
$this->customerAccountIndex->getInfoBlock()->openEditContactInfo();
130128
$this->customerAccountEdit->getAccountInfoForm()->fill($customer);
131129
$this->customerAccountEdit->getAccountInfoForm()->submit();
132-
$this->cmsIndex->getCmsPageBlock()->waitPageInit();
133130

134131
\PHPUnit_Framework_Assert::assertThat($this->getName(), $assertCustomerInfoSuccessSavedMessage);
135132

136133
$this->cmsIndex->getCmsPageBlock()->waitPageInit();
137134
$this->customerAccountIndex->getDashboardAddress()->editBillingAddress();
138135
$this->customerAddressEdit->getEditForm()->fill($address);
139136
$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.
143137
}
144138
}

0 commit comments

Comments
 (0)