As a user, when I click on the navbar, the view should change.
Acceptance Criteria
When the user click on My Movies link
Then they should see an h1 tag that says "My Movies"
When the user click on Search link
Then they should see an h1 tag that says "Search Movies"
And they should see search bar
And if they search for movies the movies should show up
Story
As a user, when I click on the navbar, the view should change.
Acceptance Criteria
When the user click on My Movies link Then they should see an h1 tag that says "My Movies"
When the user click on Search link Then they should see an h1 tag that says "Search Movies" And they should see search bar And if they search for movies the movies should show up
More Detail
See Original