Skip to content

Commit 232b210

Browse files
author
Sergey Shvets
committed
MAGETWO-86239: Customer Address attribute value length is still validated when min/max length fields are not displayed at the backend
1 parent 8dfc87c commit 232b210

File tree

1 file changed

+0
-3
lines changed
  • dev/tests/integration/testsuite/Magento/Customer/Controller/Adminhtml

1 file changed

+0
-3
lines changed

dev/tests/integration/testsuite/Magento/Customer/Controller/Adminhtml/IndexTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -720,9 +720,6 @@ public function testValidateCustomerWithAddressFailure()
720720
$this->assertContains('\"Last Name\" is a required value.', $body);
721721
$this->assertContains('\"Country\" is a required value.', $body);
722722
$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);
726723
}
727724

728725
/**

0 commit comments

Comments
 (0)