Closed awinograd closed 4 years ago
We have a test that passes in our CI. It seems very similar to our code. Please check it out and see why it works there but not for you.
https://github.com/wix/Detox/blob/99a3aea4b470127950f1cdd0f17357743b1f5489/detox/test/src/Screens/PickerViewScreen.js#L28 https://github.com/wix/Detox/blob/99a3aea4b470127950f1cdd0f17357743b1f5489/detox/test/e2e/17.picker.test.js#L7
Thanks for the response @LeoNatan. I cloned, built and run the e2e tests locally and the picker tests are passing.
I then initialized a new RN app (non expo) and setup a minimal repro. The test still passes as expected.
Not sure what the delta is b/t my minimal Expo reproduction and bare RN reproduction but my guess is it has to be somewhere there though I dont see any difference in the view hierarchy.
Unless you have any further ideas of what I could try to surface the root issue, feel free to consider this closed
Could be something in Expo. Please take it with them if that is the case.
Description
A clear and concise description of what the bug is.
Reproduction
Provide the steps necessary to reproduce the issue. If you are seeing a regression, try to provide the last known version where the issue did not reproduce.
Expected behavior
Picker item should be chosen
Screenshots
Environment (please complete the following information):
Logs
Device and verbose Detox logs
--loglevel trace
argument and am providing the verbose log below:output.txt