Automattic / woocommerce-payments

Accept payments via credit card. Manage transactions within WordPress.
https://wordpress.org/plugins/woocommerce-payments/
Other
170 stars 67 forks source link

Merchant facing: Multi-currency orders #7383

Open tpaksu opened 10 months ago

tpaksu commented 10 months ago

As described and assigned in paJDYF-7q7-p2, Sigma needs to improve the E2E test coverage of the multi currency feature.

The fix for this issue will cover the tests for admin screens that are affected by multi-currency.

Possible scenarios:

The dev can decide which ones are good enough to be tested, and dismiss others, and they can add their own tests which may be missing in this list.

bborman22 commented 7 months ago

Hey team! Please add your planning poker estimate with Zenhub @rafaelzaleski @cesarcosta99

bborman22 commented 6 months ago

I have a draft PR that covers everything up to the Refund step. While working on that step I discovered an issue with the currency formatting on the Refund button ('.' vs ',' decimal separator). I felt it didn't make sense to not include this step in the tests as it actively caught an issue already and also didn't make sense to create the test with a known failing step. So I'm considering this issue currently blocked by https://github.com/Automattic/woocommerce-payments/issues/3859 which once addressed will fix the formatting on the Refund button.