Implicit wait for custom locators is broken resulting in flakiness
Closed this issue · 1 comments
bootstraponline commented
driver.manage.timeouts.implicit_wait = 100
element(by.binding('slowHttpStatuss')).visible?
Selenium::WebDriver::Error::NoSuchElementError: Selenium::WebDriver::Error::NoSuchElementError
bootstraponline commented
Issue is limited to protractor finders (they go through execute_script and not the traditional find_element path).