Open guillaumemeunier opened 1 year ago
Hey @guillaumemeunier, thanks for the report. Can I get more context and information that may help me investigate this issue? Does this button have any unique properties? Does it trigger any animations? It will be very useful if you'll provide me a minimal reproduction for this issue - the minimal code and dependencies required for this component that fails on tap.
Is the Reanimated library being utilized here?
I recommend on using https://github.com/wix-incubator/detoxtemplate for creating a minimal reproduction on a real RN project, this would be ideal for the investigation.
I am seeing this same error also. Would be great to get this fixed asap as this is a breaking change that is making me considering switching to Appium.
For me I am clicking a button that is a actually a textfield. Perhaps thats why its causing the error?
I am seeing this same error also. Would be great to get this fixed asap as this is a breaking change that is making me considering switching to Appium.
For me I am clicking a button that is a actually a textfield. Perhaps thats why its causing the error?
What issue are you having? Exact same error? Please share the error you're getting Without more information it will be very hard to assist you
Hi @asafkorem,
Sorry. Yes I'm getting the exact same error that is shown in the original message.
@jennis-jaceparara I see. As written before, since this error is coming from integration with 3rd party/parties it will be impossible to investigate this without a clean reproduction. If you can create a minimal project with reproduction for this error I can try to investigate this error.
What happened?
Hi, I have been trying out Detox and my test is failing every time I try to tap on an element. It manages to tap on the desired button as I can see the bottom-sheet appearing on the Simulator but the test then fail to continue.
I tried adding a console.log after the tap() and it's not returned so there seems to be something wrong with this tapping action
Any idea why this could be occurring?
What was the expected behaviour?
No response
Was it tested on latest Detox?
Help us reproduce this issue!
No response
In what environment did this happen?
Detox version: 20.6.0 React Native version: 0.71.4 Has Fabric (React Native's new rendering system) enabled: no Node version: 16.4 Test-runner (select one): jest
Detox logs
Detox logs
``` paste logs here! ```Device logs
Device logs
``` paste logs here! ```More data, please!
No response