We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
useScrollToEnd.js
Improves test reliability for useScrollToEnd.js test "calling scrollToEnd should scroll to end".
The highlighted line is timing out.
It could be because scrollToBottomCompleted condition check is not effective if it is running immediately after the activity is being shown.
scrollToBottomCompleted
[Enhancement]
The text was updated successfully, but these errors were encountered:
compulim
Successfully merging a pull request may close this issue.
Feature Request
Improves test reliability for
useScrollToEnd.js
test "calling scrollToEnd should scroll to end".The highlighted line is timing out.
It could be because
scrollToBottomCompleted
condition check is not effective if it is running immediately after the activity is being shown.[Enhancement]
The text was updated successfully, but these errors were encountered: