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/990.md
+19-13Lines changed: 19 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
12
12
3. Inside the Design section, click on Templates;
13
13
4. Select the Single Product template;
14
14
5. On the top left of the page, click on the Edit button;
15
-
6. Using the Block Inserter, type: Related Products, and add the block to the Editor;
15
+
6. Using the Block Inserter, type: Related Products, and add the block to the Site Editor;
16
16
7. Click on the Save button;
17
17
8. Check that the Skeleton component appears above the Add To Cart button.
18
18
@@ -41,7 +41,7 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
41
41
2. Go to the `Site Editor` and edit the `Mini cart` template part.
42
42
3. Open the `List view` and select the `Empty Mini Cart view`.
43
43
4. Click on the `Start shopping` button, check that you can change the button style between `Fill` and `Outline` in the sidebar settings and change it from the default and save.
44
-
6. Go to the frontend and check the button has the style you just picked on the editor.
44
+
6. Go to the frontend and check the button has the style you just picked on the Site editor.
45
45
7. Repeat the same steps for the `Filled Mini Cart view` and the `View my cart` and the `Go to checkout` buttons.
46
46
47
47
### Product SKU: Make the block focusable in editor. ([8804](https://github.com/woocommerce/woocommerce-blocks/pull/8804))
@@ -78,7 +78,7 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
78
78
3. Open the `List view` and select the `Filled Mini Cart view`.
79
79
4. Click on the `View my cart` button and check that you can change the background and text colors of the button.
80
80
5. Click on the `Go to checkout` button and check that you can change the background and text colors of the button.
81
-
7. Save, go to the frontend, and check the buttons have the colors you just picked on the editor.
81
+
7. Save, go to the frontend, and check the buttons have the colors you just picked on the Site editor.
82
82
83
83
### Add the ability to change the background and text colors of the Mini Cart block "Start shopping" button. ([8766](https://github.com/woocommerce/woocommerce-blocks/pull/8766))
84
84
@@ -87,7 +87,7 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
87
87
3. Open the `List view` and select the `Empty Mini Cart view`.
88
88
4. Click on the `Start shopping` button and check that you can change the background and text colors of the button.
89
89
5. Change both of them and save.
90
-
6. Go to the frontend and check the button has the colors you just picked on the editor.
90
+
6. Go to the frontend and check the button has the colors you just picked on the Site editor.
91
91
92
92
### Mini-cart: Add setting to not render the block on the cart & checkout pages. ([8700](https://github.com/woocommerce/woocommerce-blocks/pull/8700))
93
93
@@ -115,20 +115,20 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
115
115
116
116
117
117
1. Go to `WooCommerce -> Settings -> Shipping -> Local Pickup`, enable Local Pickup and add a location.
118
-
2. Go to the Checkout block in the editor, click on the Shipping Options block - in the block sidebar, enable the `Hide shipping costs until an address is entered` option.
118
+
2. Go to the Checkout block in the Page editor, click on the Shipping Options block - in the block sidebar, enable the `Hide shipping costs until an address is entered` option.
119
119
3. In WooCommerce -> Settings -> General change `Default customer location` to `No location by default`.
120
120
4. In an incognito window, add an item to your cart and go to the Checkout block.
121
121
5. Ensure no shipping rates are shown, and ensure the "Shipping" button for method selection says `calculated with an address`
122
122
6. Enter an address (one that you have rates set up for) - as you fill in the address, be sure the rates don't populate until it's completely filled in. (address 1, city, state, country, postcode).
123
123
7. Ensure you can change rates etc.
124
-
8. Disable the `Hide shipping costs until an address is entered` in the editor and ensure the rates show as usual as soon as the country/state are entered and the rest of the address is empty. (note you should enter a country that you have rates for!).
124
+
8. Disable the `Hide shipping costs until an address is entered` in the Page editor and ensure the rates show as usual as soon as the country/state are entered and the rest of the address is empty. (note you should enter a country that you have rates for!).
125
125
126
126
127
127
### Move option to hide shipping costs until an address is entered to the Checkout block. ([8680](https://github.com/woocommerce/woocommerce-blocks/pull/8680))
128
128
129
129
130
130
1. Go to WooCommerce -> Settings -> Shipping -> Local Pickup, enable Local Pickup and add a location.
131
-
2. Go to the Checkout block in the editor. Select the `Shipping Method` block
131
+
2. Go to the Checkout block in the Page editor. Select the `Shipping Method` block
132
132
3. See the `Hide shipping costs until an address is entered` option in the block sidebar.
133
133
4. Toggle it and ensure it works. Remember the value you toggled it to.
134
134
5. Select the `Shipping options` block, see the same option. Ensure the value is the same as what it was in step 4.
@@ -202,7 +202,7 @@ Before | After | After (with custom background color)
202
202
203
203
### Add client side postcode validation. ([8503](https://github.com/woocommerce/woocommerce-blocks/pull/8503))
204
204
205
-
1. Add a product to the cart and go to the checkout page.
205
+
1. Add a product to the Cart and go to the Checkout block page.
206
206
2. Select United Kingdom (UK) as country.
207
207
3. Verify that the postcode `AA9A 9AA` passes the validation.
208
208
4. Verify that the postcode `9999 999` fails the validation.
@@ -212,7 +212,7 @@ Before | After | After (with custom background color)
212
212
213
213
### Display pickup location details in order confirmations. ([8727](https://github.com/woocommerce/woocommerce-blocks/pull/8727))
214
214
215
-
1. Place an order using the checkout block, selecting Local Pickup as your shipping method.
215
+
1. Place an order using the Checkout block, selecting Local Pickup as your shipping method.
216
216
2. Check the order confirmation page shows pickup details.
217
217
3. Confirm the order confirmation page hides the "shipping address".
218
218
4. Check the order email confirmation shows the same pickup details.
@@ -261,18 +261,24 @@ Before | After | After (with custom background color)
261
261
### Add decoding to product names titles that are in HTML entities. ([8824](https://github.com/woocommerce/woocommerce-blocks/pull/8824))
262
262
263
263
1. Create a product with special characters in its name (ie: Hat & sticker or Shirt - Green).
264
-
2. In the editor, add a Featured Product, Hand-Picked Products or Reviews by Product block.
264
+
2. In the Page editor, add a Featured Product, Hand-Picked Products or Reviews by Product block.
265
265
3. Notice in the selector the names of the products with special characters looks correct and not in the HTML entity form.
266
266
267
267
268
-
### Fix react 18 error in the editor when using cart/checkout blocks. ([8820](https://github.com/woocommerce/woocommerce-blocks/pull/8820))
268
+
### Fix react 18 error in the Site editor when using cart/checkout blocks. ([8820](https://github.com/woocommerce/woocommerce-blocks/pull/8820))
269
269
270
-
- Activate WP 6.2 RC using the WordPress Beta Tester plugin
270
+
- Install and activate WordPress Beta Tester plugin.
271
+
- Go to wp-admin -> Tools -> Beta testing.
272
+
- Select `Bleeding edge` radio option under `Select the update channel you would like this website to use`.
273
+
- Select ` Release Candidates Only` radio option under `Select one of the stream options below`.
- Open the browser console and select the Cart block on the editor.
281
+
- Open the browser console and select the Cart block on the Site editor.
276
282
277
283
### Filter by Stock and Filter by Rating: Fix the potential endless redirection loop when used on a search results page. ([8784](https://github.com/woocommerce/woocommerce-blocks/pull/8784))
0 commit comments