store
store copied to clipboard
Product Components Scenario Testing
The purpose of this issue is to document the scenarios you SHOULD test when making changes in the ProductContext
or ProductWrapper
and related components. Also when working on the vtex.product-context
app.
In all of these scenarios, you should expect your product page to be working properly.
1 - Navigating from home to product page from shelf. Click on a shelf item, ensure it loads properly.
2 - Navigating from one product page to another. Find a product with related items shelf on its page and click on an item there. Everything should work as expected during the changes.
3 - Navigating from the search page to the product page. Make a search and click on a gallery item to navigate to the product page.
If all of these scenarios are OK, you are good to go.
You may also want to test if the ProductTitleAndPixel is working properly. We should also implement tests in this component.