Skip to main content
Greenhorn 💚 insider Issue #104

An example of a High-functional bug: Items per page remain the same regardless of the options selected | Product Listing Page

Charlie avatar
Written by Charlie
Updated over 2 weeks ago

LEVEL UP Your Reporting

Example of a high-functional bug.

Here, navigate to the video for better quality.

Exemplary Bug Form

Feature:

Product listing page

Bug Type:

High functional

Title:

The items per page remain the same on the "Dresses" page regardless of the "Items per page" chosen

URL:

Steps:

  1. Hover the mouse over the "APPAREL" tab in the header.

  2. Click the "Dresses" link

  3. Change items per page from "50" to any other (e.g.: 12).

  4. Scroll down the page to the pagination bar.

Actual result:

The "Items per page" setting on the "Dresses" page does not update the number of items displayed.

For example, even after changing the setting from "50" to "12", the page continues to show 50 items instead of updating to display the expected 12 items per page.

Note: Refreshing the page will not solve the issue.

Expected result:

The number of items displayed per page should update according to the selection made (e.g., showing 12 items per page when selected) on the "Dresses" page.

Did this answer your question?