diff --git a/features/plain/feature_form_validation.feature b/features/plain/feature_form_validation.feature index 42dc75de..d1b2df82 100644 --- a/features/plain/feature_form_validation.feature +++ b/features/plain/feature_form_validation.feature @@ -22,7 +22,6 @@ Feature: Feature forms should have client side validations When I click new features And we fill in the feature title with 'to' Then submit the form - And the error message should be "Please enter at least 3 characters." And the "feature" "title" "input" should have an error class Scenario: The "in_order" field should have more than 7 characters