Closed GoogleCodeExporter closed 9 years ago
According to our tests its working fine. Probably you are waiting for a View
that doesn't show up. If you log the result returned by waitForView you will
see it is false (if timeout is reached).
Original comment by renasr...@gmail.com
on 3 Mar 2015 at 9:19
This is happening when waitForView returns true. I will get some example code
and log together today to demonstrate. To get around this I wrote a loop that
progressively increases timeouts, but I'd rather it just work.
Original comment by bi...@jana.com
on 4 Mar 2015 at 3:23
Just did a simple example and it's not happening!
The scenario I was seeing this happening was when the tests target activity was
replaced with a new one (code checks if you're logged in and if not redirects
you to a login activity). Thinking about that, it makes some sense that it
would be confused and I think this is probably outside the normal use case.
Would take some time for me to provide an example of this without just
exporting my whole android project. I feel a lot better about this now and feel
comfortable with the resolution. Thanks!
Original comment by bi...@jana.com
on 4 Mar 2015 at 3:50
Great. Thanks for letting me know.
Original comment by renasr...@gmail.com
on 4 Mar 2015 at 5:19
Original issue reported on code.google.com by
bi...@jana.com
on 19 Feb 2015 at 6:36