From bab6babc2db90fb3efdc871d8d54f24139dd5b71 Mon Sep 17 00:00:00 2001 From: Chi-Hsuan Huang Date: Fri, 29 Jul 2022 11:12:11 +0800 Subject: [PATCH] Fix "Update shipping logic when OBW is skipped" test instructions for issue #34040 --- Release-Testing-Instructions-WooCommerce-6.8.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Release-Testing-Instructions-WooCommerce-6.8.md b/Release-Testing-Instructions-WooCommerce-6.8.md index 49c5ba0..efe3e88 100644 --- a/Release-Testing-Instructions-WooCommerce-6.8.md +++ b/Release-Testing-Instructions-WooCommerce-6.8.md @@ -377,28 +377,27 @@ On WC > Settings > Payments, make sure that this text is not untranslated when E ### Update shipping logic when OBW is skipped #33630 -#### Jetpack is not installed +#### Country is unknown 1. Start with a fresh install. 2. Install WCA Test Helper 3. Go to `Tools -> WCA Test Helper -> Features` and enable `shipping-smart-defaults` feature -4. Start OBW and click Skip setup store details to skip it. +4. Skip OBW. 5. Go to `WooCommerce -> Home` and confirm the shipping task is shown. Click on it. 6. Go through each step and confirm the updated design and text copy. 7. Click `[Install & Enable]` button in step 3. 8. You should see step 4 to connect your store to Jetpack -#### Jetpack is already installed and connected +#### Country is either 'AU', 'CA' or 'GB' 1. Start with a fresh install. 2. Install WCA Test Helper 3. Go to `Tools -> WCA Test Helper -> Features` and enable `shipping-smart-defaults` feature -4. Start OBW and complete it without installing any additional plugins. -5. Connect to Jetpack when prompted. -6. Go to `WooCommerce -> Home` and confirm the shipping task is shown. Click on it. -7. Go through each step and confirm the updated design and text copy. -8. Click `[Install & Enable]` button in step 3. -9. You should not see step 4 as you're already connected. +4. Start OBW with 'AU', 'CA', or 'GB' country and complete it without installing any additional plugins. +5. Go to `WooCommerce -> Home` and confirm the shipping task is shown. Click on it. +6. Go through each step and confirm the updated design and text copy. +7. Click `[Install & Enable]` button in step 3. +8. You should not see step 4 as you're already connected. ![](https://user-images.githubusercontent.com/4723145/176080295-31151279-6670-44fa-850b-4eba8712c56a.jpg) ![](https://user-images.githubusercontent.com/4723145/176080302-98241a8e-fb04-41d7-b196-93f25becce85.jpg)