Sometime Next operation is not triggered after populating the input fields
abhinavmalhan opened this issue · 2 comments
What happened?
Currently, I am automating the web view. So the problem is that in some of the input text fields, I can input the values, and after filling in the value, I can see the next button to click. But in some scenarios, I can enter the fields but cannot see the next button. In react code, developers are using the default Input text field. But when I enter the values manually, the Next button is visible and able to be clicked.
Currently, I tried, the following function:
- typeTaxt()
- .tap() and typeText()
- .replaceText()
- Tap and Typed sequentially
- .tap() and .replaceText()
- .focus() and typeText()
- Tap outside the field and typeText()
- webview.runscript() with input and type event
- Used wait also
But Nothing works, I can input the values, and after filling in the value, I can see the next button to click. But in some scenarios, I can enter the fields but cannot see the next button. In react code, developers are using the default Input text field. But when I enter the values manually, the Next button is visible and able to be clicked
What was the expected behaviour?
The expected behavior is that the next button should be visible when I populate the input field.
Was it tested on latest Detox?
- I have tested this issue on the latest Detox release and it still reproduces.
Help us reproduce this issue!
No response
In what environment did this happen?
Detox version:
React Native version:
Has Fabric (React Native's new rendering system) enabled: (yes/no)
Node version:
Test-runner (select one): jest / other
Detox logs
Detox logs
paste logs here!
Device logs
Device logs
paste logs here!
More data, please!
No response
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If you believe the issue is still relevant, please test on the latest Detox and report back.
Thank you for your contributions!
For more information on bots in this repository, read this discussion.
The issue has been closed for inactivity.