You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, my test suite has broken on android devices. I have not made any changes to the test suite itself. I have noticed, however, that some of the TouchableOpacities, when tapped, appear to have been tapped (the UI responds, and the button changes color) but the effects of the button press are not triggered (e.g., the device does not navigate to a new screen). When tested manually the TouchableOpacities in question function as expected.
I did recently update one of my test devices to android 13, but confirmed the issue is also happening on android 12. I am using detox 19.13.0.
Does anybody know what could be causing this change in behavior? These TOs have worked as expected in the past and I have not touched them in months. The iOS versions of the tests have no issues with these components, and function as expected.
EDIT: This appears to be the same issue reported here: https://github.com/wix/Detox/issues/3879
As OP states, substituting the .longPress() method appears to work, but retooling my entire suite to longPress() buttons on android is not a viable solution to this issue. Please advise.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Recently, my test suite has broken on android devices. I have not made any changes to the test suite itself. I have noticed, however, that some of the TouchableOpacities, when tapped, appear to have been tapped (the UI responds, and the button changes color) but the effects of the button press are not triggered (e.g., the device does not navigate to a new screen). When tested manually the TouchableOpacities in question function as expected.
I did recently update one of my test devices to android 13, but confirmed the issue is also happening on android 12. I am using detox 19.13.0.
Does anybody know what could be causing this change in behavior? These TOs have worked as expected in the past and I have not touched them in months. The iOS versions of the tests have no issues with these components, and function as expected.
EDIT: This appears to be the same issue reported here: https://github.com/wix/Detox/issues/3879
As OP states, substituting the .longPress() method appears to work, but retooling my entire suite to longPress() buttons on android is not a viable solution to this issue. Please advise.
Beta Was this translation helpful? Give feedback.
All reactions