saasbook

AddMovieStory.feature

Aug 15th, 2013
1,122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. Feature: User can manually add movie
  2.  
  3. Scenario: Add a movie
  4. Given I am on the RottenPotatoes home page
  5. When I follow "Add new movie"
  6. Then I should be on the Create New Movie page
  7. When I fill in "Title" with "Men In Black"
  8. And I select "PG-13" from "Rating"
  9. And I press "Save Changes"
  10. Then I should be on the RottenPotatoes home page
  11. And I should see "Men In Black"
Add Comment
Please, Sign In to add comment