When I visit the discover movies page,
and click on either the Top Movies button or the Search button,
I should be taken to the movies results page (users/:user_id/movies?q=top%20rated, /users/:user_id/movies?q=keyword respectively) where I see:
Details: There should only be a maximum of 40 results. The above details should be listed for each movie.
I should also see a button to return to the Discover Page.
When I visit the discover movies page,
and click on either the Top Movies button or the Search button,
I should be taken to the movies results page (
users/:user_id/movies?q=top%20rated,/users/:user_id/movies?q=keywordrespectively) where I see:Details: There should only be a maximum of 40 results. The above details should be listed for each movie.
I should also see a button to return to the Discover Page.