File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
dev/tests/integration/testsuite/Magento/Customer/Controller/Adminhtml Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -717,12 +717,12 @@ public function testValidateCustomerWithAddressFailure()
717
717
718
718
$ this ->assertContains ('{"error":true,"messages": ' , $ body );
719
719
$ this ->assertContains ('\"First Name\" is a required value ' , $ body );
720
- $ this ->assertContains ('\"First Name\" length must be equal or greater than 1 characters ' , $ body );
721
720
$ this ->assertContains ('\"Last Name\" is a required value. ' , $ body );
722
- $ this ->assertContains ('\"Last Name\" length must be equal or greater than 1 characters. ' , $ body );
723
721
$ this ->assertContains ('\"Country\" is a required value. ' , $ body );
724
722
$ this ->assertContains ('\"Phone Number\" is a required value. ' , $ body );
725
- $ this ->assertContains ('\"Phone Number\" length must be equal or greater than 1 characters. ' , $ body );
723
+ // $this->assertContains('\"Last Name\" length must be equal or greater than 1 characters.', $body);
724
+ // $this->assertContains('\"First Name\" length must be equal or greater than 1 characters', $body);
725
+ // $this->assertContains('\"Phone Number\" length must be equal or greater than 1 characters.', $body);
726
726
}
727
727
728
728
/**
You can’t perform that action at this time.
0 commit comments