Technical Debt | Student | VIR | Bookshelf card does not use a generic list
Scenario: Display a generic list of books in the Bookshelf card
Given the user accesses the Bookshelf page
When the page loads
Then the Bookshelf card should use a generic list for displaying the student's books
And the list should be loaded from the correct repository
And the list should dynamically update as needed