mojotech / pioneer

Integration Testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

find should always ensureElement even when parent element is present

samccone opened this issue · comments

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

😎