Skip to content

Commit

Permalink
Second steps in refactoring scenarios, will do the next load in a batch
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jun 18, 2010
1 parent c63c7da commit 8b7bc2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/plain/feature_form_validation.feature
Expand Up @@ -29,7 +29,7 @@ Feature: Feature forms should have client side validations
When I click new features
And we fill in the feature in_order with 'to do'
Then submit the form
And the "feature" "in_order" "input" should have an error class
And I should see "Please enter at least 7 characters." within "li#feature_in_order_input"

Scenario: The "as_a" field should have more than 4 characters
Given I can view the features page
Expand Down

0 comments on commit 8b7bc2d

Please sign in to comment.