Technical Debt | Student | VIR | Reading Header not properly integrated in the reading flow
- Reading flow must always have the reading header on top of the page
- Reading header must update the chapter's progression bar after each page
- Reading header must reset when reaching a new chapter in the reading flow, also changing the chapter's number
Scenario: Integrate ReadingHeader on the reading flow
Given the user accesses the reading flow
And the ReadingHeader is visible at the top of the page
When he navigates to the next page
Then the ReadingHeader should update the chapter's progression
And the layout of the page should be adjusted to accommodate the ReadingHeader