Skip to content

Release testing instructions for WC Payments 3.0.0

Ismael Martín Alabarce edited this page Sep 7, 2021 · 8 revisions

Test explicit prices in refund sentences in Transaction Details page

Expected outcome:

The prices describing refund operations were not displayed in explicit formats (i.e. $12,50 USD with the currency code appended to the end), we fixed that and now they should contain explicit prices.

Testing instructions:

  1. As a shopper create an order for any product.
  2. Complete the checkout process.
  3. Go WooCommerce->Orders and click on the order created in above step.
  4. Complete the Refund process using WooCommerce payments method.
  5. Go to Payments->Transactions.
  6. Sync the transactions from Stripe if not visible in the Transactions screen
  7. Open the Transaction for above order.
  8. Observe that amounts are displayed in an Explicit format for Refund transaction sentences

Test the Download button on Deposits page

image

Expected outcome

On clicking the download button:

  • a CSV export of the current view of deposits list gets downloaded
  • the event is captured in Tracks tool

Testing instructions

  1. Visit PaymentsDeposits.
  2. Click the Download button in the right upper corner of table.
  3. Adjust filters, sorting, and column display, and click Download again to ensure the changes are reflected in the exported CSV.

Test Add currencies modal compatibility with Guttenberg plugin

  1. Enable the Gutenberg plugin
  2. Check that enabled currencies modal looks according to the screenshots (desktop + mobile)
  3. Disable the Gutenberg plugin
  4. Check that enabled currencies modal still looks according to the screenshots (desktop + mobile)

Before
image image
After
Desktop image Mobile image

Test currency format in admin refund button

Expected outcome:

Admin order refund button should use the order currency format instead of the store one.

Testing instructions:

  1. With the store currency in USD.
  2. Edit an order in EUR
  3. Click on refund and change any item QTY to show an amount greater than zero on the button.
  4. Currency format should match the screenshot.
Before  After
Screenshot 2021-09-03 at 14 09 06 Screenshot 2021-09-03 at 14 05 01
Clone this wiki locally