Skip to content

Commit

Permalink
Added validation steps for new stories and steps
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jul 23, 2010
1 parent 42f7807 commit d97004b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion features/enhanced/client_side_form_validations.feature
Expand Up @@ -19,6 +19,8 @@ Feature: All forms should have client side validations
| new project | project | title |
| new project | project | description |
| new project | project | aim |
| new story | story | scenario |
| new step | step | title |

Scenario Outline: All fields with character limits should be validated by client side validation
When I am on "<page name>"
Expand Down Expand Up @@ -78,4 +80,4 @@ Feature: All forms should have client side validations
And we fill in the project location with '/s'
Then submit the form
And a JS based error message should be displayed
And the client side error message should be "Must be a valid project location on your system."
And the client side error message should be "Must be a valid project location on your system."

0 comments on commit d97004b

Please sign in to comment.