mirror of
https://github.com/woocommerce/storefront.git
synced 2025-10-03 14:04:42 +08:00
Page:
Release testing instructions: Storefront 3.3.0
Pages
Editing Release testing instructions: Storefront 3.5.0
Home
Release Testing Instructions
Release testing instructions: Storefront 2.5.7
Release testing instructions: Storefront 2.9.0
Release testing instructions: Storefront 3.0.0
Release testing instructions: Storefront 3.2.0
Release testing instructions: Storefront 3.3.0
Release testing instructions: Storefront 3.4.0
Release testing instructions: Storefront 3.6.0
Release testing instructions: Storefront 3.7.0
Release testing instructions: Storefront 3.8.0
Release testing instructions: Storefront 3.9.0
Release testing instructions: Storefront 4.1.3
Release testing instructions: Storefront 4.2.0
Release testing instructions: Storefront 4.3.0
Testing Storefront: flows and features
No results
0
Release testing instructions: Storefront 3.3.0
Albert Juhé Lluveras edited this page 2021-01-14 10:50:13 +01:00
Check if WC Admin inbox is available before using it (#1583)
WC up to date
- Edit your DB options table and delete the
storefront_nux_dismissed
option value, or use a clean install. - Activate Storefront.
- Verify a notice is added to the WC Admin inbox.
WC disabled
- Disable WC admin using the filter:
add_filter( 'woocommerce_admin_disabled', '__return_true' );
- Edit your DB options table and delete the
storefront_nux_dismissed
option value, or use a clean install. - Activate Storefront.
- Verify the old style admin notice instead of a fatal error.
Old WooCommerce
- Install a WC version prior to 4.8.
- Edit your DB options table and delete the
storefront_nux_dismissed
option value, or use a clean install. - Activate Storefront.
- Verify the old style admin notice instead of a fatal error.
Use proper escape functions in several templates (#1581)
- Go to Settings > Discussion and set the Break comments into pages with option to 5. Then, add 6 comments to a post. Verify: the aria-label of
#comment-nav-above
has text. - In Appearance > Customize > Menus add a new menu to the secondary menu and publish it. Verify: the aria-label of
.secondary-navigation
has text. - In a new site, install WooCommerce and activate it. After that, install Storefront. (Otherwise, in an existing install set
storefront_nux_dismissed
option to0
). Go to Appearance > Storefront. Verify. the Skip button is displayed correctly.
To test for regressions please refer to Testing Storefront: flows and features.