Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 91c1de3

Browse files
committed
Update testing instructions
1 parent 959057f commit 91c1de3

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

docs/testing/releases/590.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-gutenberg-products-block/files/7161568/woocommerce-gutenberg-products-block.zip)
44

5-
## Feature plugin and package inclusion in WooCommerce
5+
## Feature plugin
66

77
### Add extensibility point for extensions to filter payment methods ([4668](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4668))
88

@@ -14,14 +14,25 @@ import { registerPaymentMethodExtensionCallbacks} from '@woocommerce/blocks-regi
1414
registerPaymentMethodExtensionCallbacks( 'woocommerce-marketplace-extension',
1515
{
1616
cod: ( arg ) => { return false; },
17-
// this zipcode works only for Germany
1817
cheque: ( arg ) => { return arg.billingData.city === "Denver";}
1918
}
2019
);
2120
```
2221
3. Go to the Checkout block
2322
4. Notice that Cash on delivery is no longer available
24-
5. Notice that Check payments are available only when the Country is Germany and the Postcode for Billing data is 12345
23+
5. Notice that Check payments are available only when the City is set to "Denver"
24+
25+
## Feature plugin and package inclusion in WooCommerce
26+
27+
### Fix Product Search block displaying incorrectly ([4740](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4740))
28+
29+
1. Add the Product Search block to a page.
30+
2. Ensure it renders at full width with a gap between the input and the button.
31+
32+
| Before | After |
33+
|---|---|
34+
| <img src="https://user-images.githubusercontent.com/3616980/133223981-f31f54ff-2a4d-4652-a8e8-599c7942b7ce.png" /> | ![image](https://user-images.githubusercontent.com/5656702/133245602-8751a6fd-9bad-40b2-aad0-4d91e09afdd7.png) |
35+
2536

2637
### Smoke test the Checkout block
2738
Because of experimental work done during this release, we need to ensure no regressions have been made to the checkout block. Please smoke test the checkout block.

0 commit comments

Comments
 (0)