From a54c267d115bcb4e90234550d5b5c72053a43043 Mon Sep 17 00:00:00 2001 From: Joshua T Flowers Date: Tue, 9 Mar 2021 17:47:20 -0500 Subject: [PATCH] Add testing instructions for mobile header toggle changes (https://github.com/woocommerce/woocommerce-admin/pull/6543) * Add testing instructions for mobile header toggle changes * Update testing instructions --- plugins/woocommerce-admin/TESTING-INSTRUCTIONS.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/plugins/woocommerce-admin/TESTING-INSTRUCTIONS.md b/plugins/woocommerce-admin/TESTING-INSTRUCTIONS.md index afdca98432f..02366c9633f 100644 --- a/plugins/woocommerce-admin/TESTING-INSTRUCTIONS.md +++ b/plugins/woocommerce-admin/TESTING-INSTRUCTIONS.md @@ -52,6 +52,16 @@ INSERT INTO `wp_wc_admin_notes` (`name`, `type`, `locale`, `title`, `content`, ` - De-activate the Woocommerce Admin plugin. - See that note is **not** in the inbox +### Remove mobile activity panel toggle #6539 + +1. Narrow your viewport to < 782px. +2. Navigate to various WooCommerce pages. +3. Make sure the various tabs can be seen and function as expected. +4. Navigate to a WooCommerce Admin page that is not the homepage. +5. Open the "Inbox" panel. +6. Click on the "Inbox" panel button again. +7. Make sure the panel closes as expected and does not reopen immediately. + ### Add legacy report items to new navigation #6507 1. Enable the new navigation experience.