Skip to main content
Greenhorn 💚 insider Issue #105

An example of a Low-functional bug: Endless loading after product quantity increases | Cart Listing Page

Charlie avatar
Written by Charlie
Updated over 2 weeks ago

LEVEL UP Your Reporting

Example of a low-functional bug.

Here, navigate to the video for better quality.

Exemplary Bug Form

Feature:

Cart

Bug Type:

Low functional

Title:

Endless loading indicator appears after increasing products with only one item left in stock

URL:

Steps:

  1. Click the "Search" icon in the header

  2. Enter "Brazil Cup Bra" in the "Search" field

  3. Click the "Brazil Cup Bra" item in the search suggestions list

  4. Click the "Add to cart" button

  5. Click the "Check Out" button in the mini cart

  6. Click the cart icon in the header

  7. Click the "+" button in the "Quantity" box

Actual result:

The quantity changes from "1" to "2" in the "Quantity" box, but an endless loading indicator appears on the cart page after increasing the product quantity. This happens because there is only 1 item left in stock, as indicated on the "Brazil Cup Bra" product detail page.

Note: workaround simply refresh the page or proceed to checkout.

Expected result:

A relevant message should be displayed, instead of the endless loading, on the cart page indicating that only 1 product is left in stock when trying to increase the product quantity.

Did this answer your question?