Actions
Bug #26247
closedHost 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
Updated by Tomer Brisker over 5 years ago
- Subject changed from HostJSTest::hosts index multiple actions.test_0001_show action buttons failure to Host multiple select not working
- Category changed from Tests to Web Interface
Looks like this test is catching an actual bug.
Updated by Tomer Brisker over 5 years ago
- Related to Bug #26122: Vertical Nav and topbar are rendered after main content added
Updated by Tomer Brisker over 5 years ago
Looks like the modal also contains a #content element that is now hidden
Updated by Ohad Levy over 5 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
Updated by Tomer Brisker over 5 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.
Updated by Tomer Brisker over 5 years ago
- Status changed from New to Resolved
resolved by https://github.com/theforeman/foreman/pull/6545
Actions