Skip to content

Commit

Permalink
First steps in refactoring scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jun 18, 2010
1 parent a053135 commit c63c7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/plain/feature_form_validation.feature
Expand Up @@ -22,7 +22,7 @@ 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 "feature" "title" "input" should have an error class
And I should see "Please enter at least 6 characters." within "li#feature_title_input"

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

0 comments on commit c63c7da

Please sign in to comment.