Actions
Patch #36352
closedIssuesSystemTest#test_bulk_edit fails due to r21248
Start date:
Due date:
% Done:
0%
Estimated time:
Description
IssuesSystemTest#test_bulk_edit will always fail.
% RAILS_ENV=test bundle exec rake test TEST=test/system/issues_test.rb
Run options: --seed 55711
# Running:
Capybara starting Puma...
* Version 5.5.2 , codename: Zawgyi
* Min threads: 0, max threads: 4
* Listening on http://127.0.0.1:64446
....vendor/bundle/ruby/2.7.0/gems/capybara-3.36.0/lib/capybara/session.rb:772: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
vendor/bundle/ruby/2.7.0/gems/capybara-3.36.0/lib/capybara/node/matchers.rb:495: warning: The called method `has_select?' is defined here
.[Screenshot Image]: tmp/screenshots/failures_test_bulk_edit.png
E
Error:
IssuesSystemTest#test_bulk_edit:
Capybara::ElementNotFound: Unable to find link "Edit" within #<Capybara::Node::Element tag="div" path="/HTML/BODY[1]/DIV[1]/DIV[4]/DIV[2]/DIV[4]">
test/system/issues_test.rb:369:in `block in test_bulk_edit'
test/system/issues_test.rb:368:in `test_bulk_edit'
rails test test/system/issues_test.rb:356
................
Finished in 46.782984s, 0.4703 runs/s, 3.7621 assertions/s.
22 runs, 176 assertions, 0 failures, 1 errors, 0 skips
Files
Related issues
Actions