Flaky spec in `spec/features/issues/create_issue_for_discussions_in_merge_request_spec.rb` | Resolving all open threads in a merge request from an issue ... where all threads need to be resolved before mergin
Job #818676479 failed for 6ffccfdc:
Trace
Failures:
1) Resolving all open threads in a merge request from an issue as a user with access to the project for a project where all threads need to be resolved before merging merge request has threads that need to be resolved creating an issue for threads behaves like creating an issue for a thread shows an issue with the title filled in
Got 0 failures and 2 other errors:
Shared Example Group: "creating an issue for a thread" called from ./spec/features/issues/create_issue_for_discussions_in_merge_request_spec.rb:95
1.1) Failure/Error: title_field = page.find_field('issue[title]')
Capybara::ElementNotFound:
Unable to find field "issue[title]" that is not disabled
# ./spec/support/shared_examples/features/resolving_discussions_in_issues_shared_examples.rb:5:in `block (2 levels) in <top (required)>'
# ./spec/spec_helper.rb:347:in `block (3 levels) in <top (required)>'
# ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware'
# ./spec/spec_helper.rb:338:in `block (2 levels) in <top (required)>'
# ./spec/spec_helper.rb:334:in `block (3 levels) in <top (required)>'
# ./spec/spec_helper.rb:334:in `block (2 levels) in <top (required)>'
1.2) Failure/Error: raise JSConsoleError, message
JSConsoleError:
Unexpected browser console output:
http://127.0.0.1:33285/namespace15/project15/-/merge_requests/1 - The resource http://127.0.0.1:33285/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2?v=4.7.0 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.
# ./spec/support/capybara.rb:172:in `block (2 levels) in <top (required)>'
# ./spec/spec_helper.rb:347:in `block (3 levels) in <top (required)>'
# ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware'
# ./spec/spec_helper.rb:338:in `block (2 levels) in <top (required)>'
# ./spec/spec_helper.rb:334:in `block (3 levels) in <top (required)>'
# ./spec/spec_helper.rb:334:in `block (2 levels) in <top (required)>'
Edited by Mark Fletcher