-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
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
Fix/scrolling rework #1325
Fix/scrolling rework #1325
Conversation
To view this pull requests documentation preview, visit the following URL: Documentation is deployed and generated using docs.page. |
Let's add a link to the issue in the PR description @jBorkowska |
3ffb7ff
to
b696bbd
Compare
9270573
to
88bce1c
Compare
b696bbd
to
13c1983
Compare
88bce1c
to
3658393
Compare
13c1983
to
43f2640
Compare
if (iterationsLeft <= 0) { | ||
throw WaitUntilExistsTimeoutException( | ||
finder: finder, | ||
// TODO: set reasonable duration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's because I couldn't figure out what we should log here, bc we weren't waiting explicitly. And I still don't know what to put here.
Maybe we should implement separate exception for this situation.
if (iterationsLeft <= 0) { | ||
throw WaitUntilVisibleTimeoutException( | ||
finder: finder.hitTestable(), | ||
// TODO: set reasonable duration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
2702fe6
to
d851f44
Compare
7fca181
to
639e997
Compare
639e997
to
c83d120
Compare
This PR resolves #1323