Actions
BUG #3868
open[SQA] "Next" Button Not Disabled on Last Page in Pagination
Start date:
12/10/2025
Due date:
% Done:
100%
Estimated time:
Description
Description¶
The pagination functionality is not behaving correctly.
When the user reaches the last page, the "Next" button should automatically be disabled.
However, the button remains active, allowing users to click it even though no additional pages exist.
Screens: Desktop (≥768px)
Tested By: Aman Bhuiyan
Steps to Reproduce¶
- Open the PQS Japan staging website.
- Navigate to any product listing page with pagination.
- Click through the pages until reaching the last page.
- Observe the Next button state.
Expected Result¶
The Next button should be disabled on the last page, indicating there are no more pages to navigate.
Actual Result¶
The Next button remains active even on the last page, allowing unnecessary interaction and causing navigation confusion.
Attachments¶
Module / Section¶
Pagination / Product Listing Pages
Root Cause:¶
no disabled class added
Impacted Area:¶
pagination next button
Actions