TheBeruriahIncident / leafbyte

LeafByte is a free and open source mobile app for measuring herbivory quickly and accurately
https://zoegp.science/leafbyte
GNU General Public License v3.0
5 stars 2 forks source link

SettingsComposeTest#testBackButtonBlockedByEmptyDatasetName is flaky #74

Open TheBeruriahIncident opened 2 weeks ago

TheBeruriahIncident commented 2 weeks ago

For some reason this test occasionally fails when run via gradle. I'm fairly confident that it's something about the testing framework rather than an actual bug, as we're pressing up on the edges of normal UI testing (behavior around effectively exiting the app). Once we're using Compose Navigation, we may be able to start the test from the MainMenu in order to make this simpler