Skip to main content
#87 Greenhorn 💚 Newsletter

An example of a low functional bug: item fails to be removed | Cart (Mini Cart)

Charlie avatar
Written by Charlie
Updated over 5 months ago

LEVEL UP Your Reporting

Example of a high-functional bug.

Here, navigate to the video for better quality.

Exemplary Bug Form

Feature:

Cart (Mini Cart)

Bug Type:

High functional

Title:

The second product on the list fails to be deleted from the mini cart

URL:

Steps:

  1. Add any two products to the cart from the home page

  2. Click the cart icon in the header

  3. Click the "X" (delete) button for the second product in the mini cart

Actual result:

No action occurs. The second product remains in the mini cart even after clicking the "X" button. The "X" button is disabled.

Note: This issue occurs for any product in the mini cart except the first one.

Expected result:

The second product should be successfully removed from the mini cart after clicking the "X" (delete) button; as it can be done with the first item on the list.

Did this answer your question?