Hello,
looks like something changed in core, this is a regression I don’t know how to solve. The error is:
Selenium::WebDriver::Error::ElementNotInteractableError: element not interactable: Element is not currently visible and may not be manipulated
(Session info: headless chrome=73.0.3683.86)
(Driver info: chromedriver=2.46.628388 (4a34a70827ac54148e092aafb70504c4ea7ae926),platform=Linux 3.10.0-957.10.1.el7.x86_64 x86_64)
/home/jenkins/workspace/foreman_discovery-pull-request/database/sqlite3/label/fast/ruby/2.5/plugin/test/integration/discovered_hosts_test.rb:153:in `select_from'
/home/jenkins/workspace/foreman_discovery-pull-request/database/sqlite3/label/fast/ruby/2.5/plugin/test/integration/discovered_hosts_test.rb:75:in `block (3 levels) in <class:DiscoveredHostsTest>' (Selenium::WebDriver::Error::ElementNotInteractableError)
It also takes ages to run the tests. It’s a major bummer because I have a blocker bugs to solve for Discovery and I need to get tests passing. Any help is very appreciated.