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