Bug #26247
Host multiple select not working
Status:
Resolved
Priority:
High
Assignee:
-
Category:
Web Interface
Target version:
-
Description
Capybara::ElementNotFound: Unable to find visible css "#environment_id" test/integration/host_js_test.rb:377:in `block (2 levels) in <class:HostJSTest>' (Capybara::ElementNotFound) /usr/local/rvm/gems/ruby-2.4.3@test_develop_pr_core-3/gems/capybara-3.14.0/lib/capybara/node/finders.rb:302
Related issues
History
#1
Updated by Tomer Brisker over 3 years ago
- Priority changed from Normal to High
#2
Updated by Tomer Brisker over 3 years ago
- Category changed from Tests to Web Interface
- Subject changed from HostJSTest::hosts index multiple actions.test_0001_show action buttons failure to Host multiple select not working
Looks like this test is catching an actual bug.
#3
Updated by Tomer Brisker over 3 years ago
- Related to Bug #26122: Vertical Nav and topbar are rendered after main content added
#4
Updated by Tomer Brisker over 3 years ago
Looks like the modal also contains a #content element that is now hidden
#5
Updated by Ohad Levy over 3 years ago
Tomer Brisker wrote:
Looks like the modal also contains a #content element that is now hidden
I actually fixed that in https://github.com/theforeman/foreman/pull/6529/files#diff-a963f10ea6a9fb1e6041b35b0f05d5c3R215
#6
Updated by Tomer Brisker over 3 years ago
There may be other places that have another #content element which don't have test coverage, we should make sure there are no other side affects. The linked PR is still failing on the same test just later.
#7
Updated by Tomer Brisker over 3 years ago
- Status changed from New to Resolved
resolved by https://github.com/theforeman/foreman/pull/6545