Description
Scenario: User sees more stories load when they scroll down Given a user is on a Series Detail page that has many stories. And only the first set of stories (e.g., 10 stories) is currently visible. When the user scrolls down the page until they reach the end of the visible stories. Then a new group of stories automatically appears below the initial set. Scenario: Continued scrolling reveals even more stories Given a user has just scrolled down and loaded an additional set of stories on a Series Detail page. And there are still more stories for this series that haven't been shown yet. When the user scrolls further down the page to the end of the newly loaded stories. Then another new group of stories automatically loads and appears. Scenario: No more stories load when all are displayed Given a user has scrolled all the way down on a Series Detail page, and all available stories for that series are now visible. When the user tries to scroll down even more. Then no new stories appear, indicating they've reached the end of the series' content.
story scroll 2
