Skip to content

Commit

Permalink
Refactored the remainder scenarios, one more step to do before we fin…
Browse files Browse the repository at this point in the history
…ish here
  • Loading branch information
baphled committed Jun 18, 2010
1 parent 8b7bc2d commit fc57164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/plain/feature_form_validation.feature
Expand Up @@ -36,14 +36,14 @@ Feature: Feature forms should have client side validations
When I click new features
And we fill in the feature as_a with 'use'
Then submit the form
And the "feature" "as_a" "input" should have an error class
And I should see "Please enter at least 4 characters." within "li#feature_as_a_input"

Scenario: The "i_want" field should have more than 7 characters
Given I can view the features page
When I click new features
And we fill in the feature i_want with 'not'
Then submit the form
And the "feature" "i_want" "input" should have an error class
And I should see "Please enter at least 7 characters." within "li#feature_i_want_input"

Scenario: A feature must be unique
Given I can view the features page
Expand Down

0 comments on commit fc57164

Please sign in to comment.