Updated Release Testing Instructions WooCommerce 7.1 (markdown)

Alejandro López Ariza 2022-10-18 18:24:59 +02:00
parent 8cd449ab59
commit edbc318b06
1 changed files with 17 additions and 1 deletions

@ -387,4 +387,20 @@ After:
9. Drop the image in that area and verify that the image is removed from the gallery.
Gif:
![gif](https://user-images.githubusercontent.com/1314156/191847485-587573a1-3690-409f-b37f-0d2c0773d4f3.gif)
![gif](https://user-images.githubusercontent.com/1314156/191847485-587573a1-3690-409f-b37f-0d2c0773d4f3.gif)
### [Add handling for plugin-feature incompatibilities](https://github.com/woocommerce/woocommerce/pull/34879) #34879
**_Slack Workflow: WooCommerce Core_**
You need to test that the features page (WooCommerce - Settings - Advanced - Features) and the plugins page work as expected by trying various combinations of enabling/disabling features and activating/deactivation plugins. Thinks to look for:
* Features can't be enabled from the settings page if there's at least one _active_ plugin that isn't compatible (but they can be disabled if they are already enabled).
* Plugins can't be activated from the plugins page if there's at least one _enabled_ feature that isn't compatible.
* The "Manage incompatible plugins" link redirects to a special view in the plugins page with only two views, "All" and "Incompatible with..."
* The special plugins view displays all the plugins that are incompatible with the feature, not only the active ones.
* The warning text for plugins only mentions/counts _enabled_ features, and the warning text for features only mentions/counts _active_ plugins.
* The text of the incompatibility warnings for both features and plugins renders appropriately for the cases of one, two and tthree or more incompatible items ("incompatible with X", "incompatible with X and Y", "incompatible with X, Y and N more")
* The plugin information rows render nicely with all of these combinations:
* Compatible and incompatible plugins
* With and without compatibility warning notice
* With and without plugin update available notice