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 issue #283 assertDisplayedAtPosition doesn't assert displayed lis… #354

Merged
merged 13 commits into from
Jul 5, 2021

Conversation

DeanPike
Copy link
Contributor

@DeanPike DeanPike commented Jun 3, 2020

…t view

I removed the scrollListToPosition from assertDisplayedAtPosition as it is done in assertCustomAssertionAtPosition.

isShowOnScreen checks to see if the view is visible to the user.
getShownViewsById retuns a list of all views that match the viewId and are visible to the user.

Fixes #283

…displayed list view

I removed the scrollListToPosition from assertDisplayedAtPosition as it is done in assertCustomAssertionAtPosition.

isShowOnScreen checks to see if the view is visible to the user.
getShownViewsById retuns a list of all views that match the viewId and are visible to the user.
@DeanPike DeanPike closed this Jun 10, 2020
@DeanPike DeanPike reopened this Jun 10, 2020
@DeanPike DeanPike closed this Jun 10, 2020
@DeanPike DeanPike reopened this Jun 10, 2020
@Sloy
Copy link
Member

Sloy commented Aug 18, 2020

So sorry for the delay!

I just tried it and indeed your PR fixes the issue. Thanks a lot @DeanPike!

@Sloy Sloy enabled auto-merge (squash) July 5, 2021 10:18
@Sloy Sloy merged commit c2b1810 into AdevintaSpain:master Jul 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

assertDisplayedAtPosition doesn't assert displayed list view
4 participants