Skip to main content
#91 Greenhorn 💚 Newsletter

An example of a High-functional bug: Items updated blocked on the editing page | Cart

Charlie avatar
Written by Charlie
Updated over 4 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

Bug Type:

High-functional bug

Title:

Required "Size" dropdown disabled on the Cart editing page for all items with color and size options

URL:

Steps:

  1. Click the "Uniforms" tab in the header

  2. Click the "VANGUARD Combat Shirt" product

  3. Click the "Add to cart" button

  4. Click the "Edit" button on the cart page

  5. Click the "Size" dropdown field

Actual result:

The "Size" dropdown field is presented as disabled on the cart edit page for the product "VANGUARD Combat Shirt" and doesn't open after clicking the dropdown field, preventing the user from selecting or changing the size. Additionally, attempting to change the color of the product does not enable the "Size" dropdown field, leaving the issue unresolved since clicking the UPDATE CART button triggers the validation: ❝This is a required field.❞.

Note: This issue affects all products with color and size options, not just the "VANGUARD Combat Shirt".

Expected result:

The "Size" dropdown field should be enabled on the edit product page, allowing the user to choose a different size and update all product parameters in the cart.

Alternatively, changing the color should enable and update the "Size" dropdown field accordingly.

Did this answer your question?