Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Scenario: should show success add movie after add movie
- When I fill in "Search Terms" with "Inception"
- And I press "Search TMDb"
- Then I should be on the Search Results page
- And I should not see "not found"
- And I should see "Inception"
- When I follow "Add Inception Movie"
- And I should see "Add movie success"
- Scenario: should show Error when add movie fail
- When I fill in "Search Terms" with "Inception"
- And I press "Search TMDb"
- Then I should be on the Search Results page
- And I should not see "not found"
- And I should see "Inception"
- When I follow "Add Inception Movie"
- And I should see "Add movie fail"
Advertisement
Add Comment
Please, Sign In to add comment