thunderbiscuit / padawan-wallet

The bitcoin wallet trainer on Android.
https://padawanwallet.com/
Apache License 2.0
111 stars 49 forks source link

Remove snackbar tests #283

Closed thunderbiscuit closed 1 year ago

thunderbiscuit commented 1 year ago

This removes the tests that require the snackbar to exist in order to pass.

I'm not sure yet how to best test for an existing snackbar, but because they're asynchronous I think they simply are not in the Compose tree by the time the test looks for them.

Fixes #255.