Skip to content
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

Merged
merged 10 commits into from
Jun 19, 2023
Merged

Fix/scrolling rework #1325

merged 10 commits into from
Jun 19, 2023

Conversation

jBorkowska
Copy link
Collaborator

@jBorkowska jBorkowska commented May 30, 2023

This PR resolves #1323

@docs-page
Copy link

docs-page bot commented May 30, 2023

To view this pull requests documentation preview, visit the following URL:

patrol.leancode.co/~1325

Documentation is deployed and generated using docs.page.

@jBorkowska jBorkowska marked this pull request as draft May 30, 2023 16:14
@jBorkowska jBorkowska requested a review from bartekpacia May 30, 2023 16:14
@github-actions github-actions bot added the package: patrol Related to the patrol package (native automation, test bundling) label May 30, 2023
@bartekpacia
Copy link
Contributor

Let's add a link to the issue in the PR description @jBorkowska

@jBorkowska jBorkowska requested a review from bartekpacia June 7, 2023 11:47
@jBorkowska jBorkowska force-pushed the fix/scrolling-rework branch from 3ffb7ff to b696bbd Compare June 11, 2023 12:25
@github-actions github-actions bot added the docs Concerns doc comments, READMEs, or docs label Jun 11, 2023
@jBorkowska jBorkowska marked this pull request as ready for review June 12, 2023 08:33
@jBorkowska jBorkowska force-pushed the feature/maybe-settle branch from 9270573 to 88bce1c Compare June 13, 2023 08:28
@jBorkowska jBorkowska force-pushed the fix/scrolling-rework branch from b696bbd to 13c1983 Compare June 13, 2023 08:28
if (iterationsLeft <= 0) {
throw WaitUntilExistsTimeoutException(
finder: finder,
// TODO: set reasonable duration
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👀

Copy link
Collaborator Author

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

@bartekpacia bartekpacia force-pushed the feature/maybe-settle branch from 2702fe6 to d851f44 Compare June 19, 2023 14:15
@jBorkowska jBorkowska force-pushed the fix/scrolling-rework branch from 7fca181 to 639e997 Compare June 19, 2023 14:41
Base automatically changed from feature/maybe-settle to develop June 19, 2023 14:45
@jBorkowska jBorkowska force-pushed the fix/scrolling-rework branch from 639e997 to c83d120 Compare June 19, 2023 14:50
@bartekpacia bartekpacia merged commit b7773d1 into develop Jun 19, 2023
@bartekpacia bartekpacia deleted the fix/scrolling-rework branch June 19, 2023 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Concerns doc comments, READMEs, or docs package: patrol Related to the patrol package (native automation, test bundling)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants