You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Develop a suite of tests to verify various functionalities on the homepage, including the visibility of products, the functionality of buttons, and other interactive elements.
Acceptance Criteria
Verify 'Urban Grace' as the page title.
Ensure at least one product is displayed in the #products-container.
Confirm that each product card correctly renders details such as the product image, title, category, price, and the 'Add to Cart' button.
Verify that the 'Add to Cart' button becomes invisible or changes state after clicking it.
Ensure the quantity modification options (- [qty] +) are visible when 'Add to Cart' is clicked.
Confirm that the UI state updates appropriately when 'Add to Cart' is clicked.
Validate that the product quantity is correctly updated in the UI when modified, both in the .qty-counter and the .cart-container span.
Test the functionality of opening the cart when the cart button is clicked.
The text was updated successfully, but these errors were encountered:
Summary
Develop a suite of tests to verify various functionalities on the homepage, including the visibility of products, the functionality of buttons, and other interactive elements.
Acceptance Criteria
#products-container
.(- [qty] +)
are visible when 'Add to Cart' is clicked..qty-counter
and the.cart-container span
.The text was updated successfully, but these errors were encountered: