Actions
Bug #35173
closedFailing integration tests
Description
After merging of PR#9267 [0] some integration tests are failing because of empty
search bar input value (missing "name = hostname").
How to reproduce (on develop)
rm -rf tmp/*; bundle exec rails webpack:compile bundle exec spring stop DEBUG_JS_TEST=1 bundle exec rails test test/integration/fact_value_js_test.rb test/integration/config_report_js_test.rb
If you checkout 877eb77 [1] commit and repeat steps above, everything works as expected.
Notes- It's not working ONLY in the integration tests, latest Firefox and Chrome works without any problems
- Downgrading chromedriver from 102 to 93 didn't do anything
[0] https://github.com/theforeman/foreman/pull/9267
[1] https://github.com/theforeman/foreman/commit/877eb770fb20b3bdb541114ad671d6a74ed4dd9f
Actions