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: |
|
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. |