This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 144
Release Testing Instructions WooCommerce Admin 3.0.0
Adrian Duffell edited this page Dec 9, 2021
·
3 revisions
Testing instructions for smoke tests can be found in the Smoke Test Checklist wiki page.
- Go to WooCommerce home screen
- Interact with a note by clicking on its title or action buttons.
- Return to the WooCommerce home screen
- See that the note is in a read state, with duller appearance.
- Go to WooCommerce home screen
- Dismiss a single note using the "Dismiss" button when hovering over a note.
- See the "Message dismissed" notification.
- Click "Undo" on the notification.
- See the note returns to inbox.
- Dismiss the note again.
- Re-load the WooCommerce home screen.
- See that the note no longer appears.
- Go to WooCommerce products screen
- On Menu bar, see that "Activity" menu item exists in top right corner.
- Click "Activity" menu item.
- See notes appear in panel.
- Go to WooCommerce home screen
- On "Inbox" heading panel, click kebab menu (3 dots).
- Click "Dismiss all".
- On confirmation dialog, press "Cancel" button.
- See that notes still remain.
- Dismall all notes again and press "Yes, dismiss all" on confirmation dialog.
- See that all notes are removed.
- On a Jurassic Ninja site.
- Go to WooCommerce > Home.
- Press Add my products in the task list.
- Press Add manually.
- No PHP warning should be visible.
- Go to step 4 of the OBW (Business details).
- Under
Currently selling elsewhere?
select any option other than "No". - A drop-down list with the following options should be visible:
It's just me
<10
10-50
50-250
+250
I'd rather not say
- Select one of those options and fill out the rest of the options.
- Open the browser devtools, go to the
Console
and enable the debug messages. You can do this by runninglocalStorage.setItem( 'debug', 'wc-admin:*' );
in theConsole
and looking for the verbose console messages. - Verify that the event
wcadmin_storeprofiler_store_business_details_continue_variant
is recorded with the propnumber_employees
after pressingContinue
.