Closed rotemmiz closed 4 years ago
Link to a failing build: https://jenkins-oss.wixpress.com/job/detox-android-62-x-pr/160/consoleFull
Without stating the expected behavior, how can we help you? 🤡
Verified that this is reproduced on master
@rotemmiz from the logs it seems the tap was not registered for some reason (i.e. the problem is a bit different). Let's take this up together.
@rotemmiz you think we can close this?
False alarm
Describe the bug Potential synchronization issue on Android. Running Detox's test suite (locally and in CI) can pretty easily reproduce the issue, that an action is being performed on a screen before it is ready. (Example in next section). I suspected
device.reloadReactNative()
to be the cause, but I was able to reproduce the issue with and without it.To Reproduce
Steps to reproduce:
should match elements by (accessibility) label
(it.only) andrun 100 detox test 02.matchers.test.js -c android.emu.release --loglevel trace --reuse
whererun 100
is a bash helper function to run things multiple times.Tests occasionally fail with error
This is part of the main screen hierarchy (too long to paste all here)
Expected behavior I love this part where we state the obvious
Device and Verbose Detox Logs
Environment (please complete the following information):