thunderbiscuit / padawan-wallet

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

CI keeps on failing #255

Closed Prakhar-Agarwal-byte closed 1 year ago

Prakhar-Agarwal-byte commented 1 year ago

The CI is failing because of changes made in the 0.10.0 release. Further digging is required to identify the reason and fix it.

Prakhar-Agarwal-byte commented 1 year ago

I will try to fix it

thunderbiscuit commented 1 year ago

See PR #283 for details. I don't know what changed in Compose for these tests to have passed in the past, but the snackbars are definitely not there in the Compose tree when the tests are expecting them. Removing them for now. I think those could be unit tests in the first place because they simply test whether wrong words are used in the recovery workflow.