Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Release Testing Instructions WooCommerce Admin 3.1.0

Ilyas Foo edited this page Jan 11, 2022 · 3 revisions

Smoke Test Checklist

Testing instructions for smoke tests can be found in the Smoke Test Checklist wiki page.

New Feature Tests

Inbox - 320 character limit

On a new site, with English language settings:

  1. Go to WooCommerce home screen
  2. See that all Inbox notes are short in length (aproximately less than 320 characters).

OBW: Hide the extensions header when no available plugins in the category

  1. In a new JN site with WooCommerce, install WCAdmin 3.0.0-beta.1 or WCAdmin on the main branch
  2. Go to setup wizard
  3. Choose "Johor - Malaysia" as store country
  4. Go through all steps until "Business details"
  5. Go to "Free features" tab
  6. Observe the "GET THE BASICS" header is NOT shown without any plugins

OBW: Fix free extensions list isn't updated after store location or industry is changed

Change store Industry

  1. Checkout to this branch
  2. Go to the setup wizard
  3. Choose any store location that supports WCPay, such as any state in the US
  4. In the Industry step, make sure to not select CBD
  5. Proceed through the setup until the Business Details step
  6. Go to the "Free features" tab
  7. Observe WooCommerce Payments is displayed in the suggested extensions
  8. Without refreshing, go back to the Industry step
  9. Select CBD industry and click on continue until Business Details step again
  10. In the extension list, observe that WooCommerce Payments is NOT displayed.

Change store country

  1. Repeat steps 3~7
  2. Without refreshing, go back to the Store Details step
  3. Choose any store location that doesn't supports WCPay, such as Malaysia (MY)
  4. Go to Business Details step again
  5. In the extension list, observe that WooCommerce Payments is NOT displayed.

Fix PHP Warning on 'Add new product' page

  1. On a Jurassic Ninja site.
  2. Go to WooCommerce > Home.
  3. Press Add my products in the task list.
  4. Press Add manually.
  5. No PHP warning should be visible.
Clone this wiki locally