bootstraponline/angular_webdriver

Implicit wait for custom locators is broken resulting in flakiness

Closed this issue · 1 comments

driver.manage.timeouts.implicit_wait = 100

element(by.binding('slowHttpStatuss')).visible?
Selenium::WebDriver::Error::NoSuchElementError: Selenium::WebDriver::Error::NoSuchElementError

Issue is limited to protractor finders (they go through execute_script and not the traditional find_element path).