Bump fxpay to 0.0.9 for desktop payment fixes#972
Conversation
|
Unrelated, but is it possible we can get Casper e2e tests with payments stuff using our mock API? |
|
I'm sure it's possible but when I last looked at those e2e tests I couldn't figure out much. There's good unit level coverage of the payments module now: https://github.com/mozilla/fireplace/blob/master/src/tests/payments.js I am more of a fan of unit tests because they tend to rely less on async madness. |
Bump fxpay to 0.0.9 for desktop payment fixes
|
Nice. I spent the last 3-4 days sweeping through the E2E tests, and updated the testing docs. I don't feel like there's much async madness, the tests run pretty sync-y and block with all the |
|
sure, a smoke test or two wouldn't hurt. I don't think it makes sense to try and cover all permutations of payment errors in the e2e tests though. |
No description provided.