Skip to content

Instantly share code, notes, and snippets.

@allendav
Created August 4, 2016 14:53
Show Gist options
  • Save allendav/e063b161c65d395899db9e30ca9d1f99 to your computer and use it in GitHub Desktop.
Save allendav/e063b161c65d395899db9e30ca9d1f99 to your computer and use it in GitHub Desktop.
TEST.md Proof of Concept

WooCommerce Manual Tests

Create a Shipping Zone

  • Navigate to WooCommerce Shipping Settings (/wp-admin/admin.php?page=wc-settings&tab=shipping)
  • Click on the Add shipping zone button
  • Verify a new row appears in the table and that your cursor is placed in the Zone Name field
  • Enter a Zone Name of Domestic
  • Click in the Select regions in this zone field, start typing Finland, and then select Finland from the list
  • Click on Save Changes
  • Refresh the page and ensure the new Domestic zone with region Finland is still present

Delete a Shipping Zone

  • Navigate to WooCommerce Shipping Settings (/wp-admin/admin.php?page=wc-settings&tab=shipping)
  • If you only have the Rest of the World shipping zone, create another zone
  • Hover over the name of any Shipping Zone other than Rest of the World
  • Verify you get a Remove link and click on it
  • Click on Save Changes
  • Refresh the page and ensure the new Domestic zone with region Finland is still present
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment