d4vidi
d4vidi
@shamilovtim Could you do something about those logs, then?
@wadey1 please submit your problem via a different issue. `AppWillTerminateWithError` is a general error, and doesn't say much about the source of the problem - which is likely different than...
Thanks @shamilovtim
@asafkorem do you know how to get this fixed? Could we sum the steps up for contributors?
Does this matter at all, now that the Spek-framework plugin is no longer maintained and has therefore been rendered incompatible with all recent Android Studio versions?
@noomorph what's left to be completed here? Could we open this as a different issue / rephrase?
Actually I see now that the instance creation command hung for a long time (≥8min). That's the real issue, at least in one instance of the problem that I've seen:...
@SamWhitby which Detox API do you use for testing, that works on iOS? I strongly believe a [`waitFor().withTimeout()`](https://wix.github.io/Detox/docs/api/expect#withtimeouttimeout) should do the job for both platforms.
@SamWhitby Could you share whether the test fails on the `waitFor()` (i.e. due to the timeout) or rather on the follow-up action (e.g. tapping on the toast / dismiss)?
@SamWhitby As we happen to come across related things today, it appears that Android's `Toast` is a system element that cannot be detected by Detox. I think you could resort...