File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
dev/tests/integration/testsuite/Magento/Customer/Controller/Adminhtml Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,7 @@ public function testSaveActionWithValidCustomerDataAndValidAddressData()
164
164
'lastname ' => 'test lastname ' ,
165
165
'street ' => ['test street ' ],
166
166
'city ' => 'test city ' ,
167
+ 'region_id ' => 10 ,
167
168
'country_id ' => 'US ' ,
168
169
'postcode ' => '01001 ' ,
169
170
'telephone ' => '+7000000001 ' ,
@@ -246,6 +247,7 @@ public function testSaveActionExistingCustomerAndExistingAddressData()
246
247
'lastname ' => 'update lastname ' ,
247
248
'street ' => ['update street ' ],
248
249
'city ' => 'update city ' ,
250
+ 'region_id ' => 10 ,
249
251
'country_id ' => 'US ' ,
250
252
'postcode ' => '01001 ' ,
251
253
'telephone ' => '+7000000001 ' ,
@@ -256,6 +258,7 @@ public function testSaveActionExistingCustomerAndExistingAddressData()
256
258
'lastname ' => 'new lastname ' ,
257
259
'street ' => ['new street ' ],
258
260
'city ' => 'new city ' ,
261
+ 'region_id ' => 10 ,
259
262
'country_id ' => 'US ' ,
260
263
'postcode ' => '01001 ' ,
261
264
'telephone ' => '+7000000001 ' ,
@@ -266,6 +269,7 @@ public function testSaveActionExistingCustomerAndExistingAddressData()
266
269
'lastname ' => '' ,
267
270
'street ' => [],
268
271
'city ' => '' ,
272
+ 'region_id ' => 10 ,
269
273
'country_id ' => 'US ' ,
270
274
'postcode ' => '' ,
271
275
'telephone ' => '' ,
@@ -586,6 +590,7 @@ public function testValidateCustomerWithAddressSuccess()
586
590
'street ' => ['update street ' ],
587
591
'city ' => 'update city ' ,
588
592
'country_id ' => 'US ' ,
593
+ 'region_id ' => 10 ,
589
594
'postcode ' => '01001 ' ,
590
595
'telephone ' => '+7000000001 ' ,
591
596
],
You can’t perform that action at this time.
0 commit comments