mojotech / pioneer

Integration Testing
MIT License
527 stars 35 forks source link

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

Open samccone opened 9 years ago

samccone commented 9 years ago

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

:sunglasses: