This repository was archived by the owner on Apr 29, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
api-functional/testsuite/Magento/Customer/Api
integration/testsuite/Magento/Catalog/Controller/Adminhtml Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -577,11 +577,11 @@ public function testValidateCustomerData()
577
577
$ this ->assertFalse ($ validationResponse ['valid ' ]);
578
578
579
579
$ this ->assertEquals (
580
- 'The "firstname " attribute value is empty. Set the attribute and try again. ' ,
580
+ 'The "First Name " attribute value is empty. Set the attribute and try again. ' ,
581
581
$ validationResponse ['messages ' ][0 ]
582
582
);
583
583
$ this ->assertEquals (
584
- 'The "lastname " attribute value is empty. Set the attribute and try again. ' ,
584
+ 'The "Last Name " attribute value is empty. Set the attribute and try again. ' ,
585
585
$ validationResponse ['messages ' ][1 ]
586
586
);
587
587
}
Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ public function testSaveActionCategoryWithDangerRequest()
339
339
);
340
340
$ this ->dispatch ('backend/catalog/category/save ' );
341
341
$ this ->assertSessionMessages (
342
- $ this ->equalTo (['The "name " attribute value is empty. Set the attribute and try again. ' ]),
342
+ $ this ->equalTo (['The "Name " attribute value is empty. Set the attribute and try again. ' ]),
343
343
\Magento \Framework \Message \MessageInterface::TYPE_ERROR
344
344
);
345
345
}
You can’t perform that action at this time.
0 commit comments