Sprint 1 | Student | Bookshelf | Create the summary page
Background: The bookshelf feature is already implemented
Scenario: It should open the summary page
Given the student user is looking at their bookshelf page
When they click on any book in the bookshelf page
Then it should open the summary page
Scenario: It should display the selected book's summary
Given the student has entered the summary page
Then it should display the book's title as the page header
And should show an image related to that book
And should display the summary related to the current book selected underneath the image
And should display a button to enter the reading flow feature for said book