Story #16 Search Members Pagination | User and Technical Documentation - cseseniordesign/reservations GitHub Wiki
End User Documentation
Dev Testing Instructions
Make sure you are on the most recent version of the dev-search-member-pagination branch.
Start your dev environment and log in with development2 so you have all permissions.
Navigate to the Admin -> Users page
Ensure there is a dropdown to select the user shown per page. Ensure when you change the value in the dropdown that the page reloads with the new number of users shown per page.
Ensure pagination appears at the bottom of the screen if the search has more than 1 page.
The current page should not have a box around it or be clickable. Ensure other pages take you to the appropriate page when clicked.
There should be at most 5 pages shown in the pagination. If there are more pages than the ones shown in either direction there should be ellipses at the beginning and/or the end of the pagination.
There should be buttons to navigate to the first, previous, next, and last pages. If you're on the first page, the first and previous buttons shouldn't show. If you're on the last page, the next and last buttons shouldn't show. Ensure these buttons work as expected.
Ensure there is no way to navigate to an invalid page besides directly changing the parameter in the URL.
Ensure there are no errors in the console throughout your testing and that the page is still responsive on all screen sizes.