From a053135d5413a93285519b1c832baa8fb62f91b2 Mon Sep 17 00:00:00 2001 From: Yomi Colledge Date: Fri, 18 Jun 2010 19:55:57 +0100 Subject: [PATCH] Removed step as should not be used yet. --- features/plain/feature_form_validation.feature | 1 - 1 file changed, 1 deletion(-) 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