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

find should always ensureElement even when parent element is present #320

Open
samccone opened this issue May 8, 2015 · 0 comments
Open
Labels

Comments

@samccone
Copy link
Contributor

samccone commented May 8, 2015

Take for instance when we have a widget, and we want to get a child element that is shown dynamically

slack_for_ios_upload

This code path will currently blindly try and find the element which will fail (sometimes), instead we need to use _ensureElement to use the global timeout wait for retying

😎

@samccone samccone added the bug label May 8, 2015
@cpjolicoeur cpjolicoeur changed the title find should always ensureElement even when parent element is presnet find should always ensureElement even when parent element is present May 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant