-
Notifications
You must be signed in to change notification settings - Fork 470
Release testing instructions: Storefront 3.3.0
Albert Juhé Lluveras edited this page Jan 14, 2021
·
1 revision
Check if WC Admin inbox is available before using it (#1583)
- 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.
- 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.
- 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.