Vote #79424
完了Fixture is missing for IssuesTest#test_create_issue_with_new_target_version
0%
説明
After a db:reset, the test_create_issue_with_new_target_version system test fails with the following error:
Error:
IssuesTest#test_create_issue_with_new_target_version:
Capybara::ElementNotFound: Unable to find visible link or button "New version"
test/system/issues_test.rb:161:in block (2 levels) in test_create_issue_with_new_target_version'block in test_create_issue_with_new_target_version'
test/system/issues_test.rb:158:in
test/system/issues_test.rb:157:in `test_create_issue_with_new_target_version'
The "New version" link is missing because the Versions fixtures aren't loaded. This patch loads the versions fixture so that the test passes.
PostgreSQL 9.5.13
ruby 2.4.3p205
Rails 5.1.6
svn revision 17440
journals
Because the patch contains garbage, I attach an updated patch.
--------------------------------------------------------------------------------
Committed. Thank you for reporting this issue.
--------------------------------------------------------------------------------
Admin Redmine さんが約4年前に更新
- カテゴリ を Code cleanup/refactoring_30 にセット
- 対象バージョン を 4.0.0_99 にセット