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
{{ message }}
This repository was archived by the owner on Feb 23, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/internal-developers/testing/releases/1050.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
25
25
### Ensure the "Change Address" button is visible in the cart even if local pickup is selected. ([9809](https://github.com/woocommerce/woocommerce-blocks/pull/9809))
26
26
27
27
1. Ensure you are using the Cart block.
28
-
2. Go to /wp-admin/profile.php and ensure your test account has a (shipping) address.
28
+
2. Go to `/my-account/edit-address/` and ensure your test account has a (shipping) address.
29
29
3. Ensure you have an item in the cart that needs shipping, and a mixture of pickup and flat rates.
30
30
4. Select the local pickup shipping method.
31
31
5. Confirm the “change address” button is still shown.
@@ -88,7 +88,7 @@ Before | After
88
88
89
89
### Add RTL preview support for mini-cart. ([9756](https://github.com/woocommerce/woocommerce-blocks/pull/9756))
90
90
91
-
1.Add post/page and insert the mini-cart block.
91
+
1.On a block theme (ie: Twenty Twenty Three), create a new post/page and insert the mini-cart block.
92
92
2. Switch to a RTL language such as Arabic.
93
93
3. Click on the mini-cart block in the Editor.
94
94
4. In the inspector controls, you should see a preview of the mini-cart drawer that shows a RTL version. ( where the drawer opens from the left ).
0 commit comments