We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dfc87c commit 232b210Copy full SHA for 232b210
dev/tests/integration/testsuite/Magento/Customer/Controller/Adminhtml/IndexTest.php
@@ -720,9 +720,6 @@ public function testValidateCustomerWithAddressFailure()
720
$this->assertContains('\"Last Name\" is a required value.', $body);
721
$this->assertContains('\"Country\" is a required value.', $body);
722
$this->assertContains('\"Phone Number\" is a required value.', $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
}
727
728
/**
0 commit comments