Skip to content

Commit 537ef99

Browse files
author
Oleh Posyniak
committed
MAGETWO-42984: Remove Section from Customer Data
1 parent 06569d1 commit 537ef99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,14 @@ public function test(
127127
$this->customerAccountIndex->getInfoBlock()->openEditContactInfo();
128128
$this->customerAccountEdit->getAccountInfoForm()->fill($customer);
129129
$this->customerAccountEdit->getAccountInfoForm()->submit();
130+
$this->cmsIndex->getCmsPageBlock()->waitPageInit();
130131

131132
\PHPUnit_Framework_Assert::assertThat($this->getName(), $assertCustomerInfoSuccessSavedMessage);
132133

133134
$this->cmsIndex->getCmsPageBlock()->waitPageInit();
134135
$this->customerAccountIndex->getDashboardAddress()->editBillingAddress();
135136
$this->customerAddressEdit->getEditForm()->fill($address);
136137
$this->customerAddressEdit->getEditForm()->saveAddress();
138+
$this->cmsIndex->getCmsPageBlock()->waitPageInit();
137139
}
138140
}

0 commit comments

Comments
 (0)