Updated Release Testing Instructions WooCommerce 6.7 (markdown)

Alejandro López Ariza 2022-06-23 13:41:09 +02:00
parent 23fd0c22a6
commit 9e26a41047
1 changed files with 9 additions and 8 deletions

@ -224,17 +224,18 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
**Scenario 2: Spotlight tour follows the referenced element even when it moves or resizes**
1. Enable experimental-product-tour feature flag via WooCommerce Admin Test Helper
2. Go to Woocommerce > Home
3. Click Add my products task
4. Select "Start with a template"
5. Select "Physical product"
6. Once the spotlight tour has started, open your browser console and enter the following snippet to move the product title in the UI:
2. Go to Tools > WCA Test Helper > Experiments and add woocommerce_products_tour to treatment
3. Go to Woocommerce > Home
4. Click Add my products task
5. Select "Start with a template"
6. Select "Physical product"
7. Once the spotlight tour has started, open your browser console and enter the following snippet to move the product title in the UI:
```
document.querySelector("input.wp-tour-kit-spotlit").parentElement.insertBefore(document.createElement("p", "a"), document.querySelector("input.wp-tour-kit-spotlit"))
```
7. Check that the spotlight follows the "product title" field even though it was moved
8. Continue the walkthrough until you reach the "description" field, then enter a big text so that it exceeds the default element size
9. Check that the spotlight is resized to be aligned with the "description" field
8. Check that the spotlight follows the "product title" field even though it was moved
9. Continue the walkthrough until you reach the "description" field, then enter a big text so that it exceeds the default element size
10. Check that the spotlight is resized to be aligned with the "description" field
Note: please find a [recording](https://user-images.githubusercontent.com/27843274/174014964-983b908b-8482-4852-ba73-da6c2e808780.mp4) to get a better understanding of the behaviour of this change.