Failure in qa/specs/features/ee/browser_ui/secure/security_reports_spec.rb:100
Summary
Failure on master in several jobs, e.g. https://gitlab.com/gitlab-org/gitlab-qa-mirror/-/jobs/682880453
From the screenshot, there's no dropdown menu to choose from, causing an error. I'm not sure why it doesn't appear (had trouble getting runners running locally to test this).
Stack trace
Secure Security Reports displays security reports in the group security dashboard
Failure/Error: dashboard.filter_project(@project.name)
Capybara::ElementNotFound:
Unable to find css "[data-qa-selector=\"filter_project_dropdown\"],.qa-filter-project-dropdown"
# /usr/local/bundle/gems/capybara-3.29.0/lib/capybara/node/finders.rb:296:in `block in synced_resolve'
# /usr/local/bundle/gems/capybara-3.29.0/lib/capybara/node/base.rb:83:in `synchronize'
# /usr/local/bundle/gems/capybara-3.29.0/lib/capybara/node/finders.rb:287:in `synced_resolve'
# /usr/local/bundle/gems/capybara-3.29.0/lib/capybara/node/finders.rb:52:in `find'
# /usr/local/bundle/gems/capybara-3.29.0/lib/capybara/session.rb:749:in `block (2 levels) in <class:Session>'
# /usr/local/bundle/gems/capybara-3.29.0/lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
# ./qa/page/base.rb:151:in `click_element'
# ./qa/support/page/logging.rb:74:in `click_element'
# ./qa/ee/page/group/secure/show.rb:16:in `filter_project'
# ./qa/specs/features/ee/browser_ui/secure/security_reports_spec.rb:108:in `block (4 levels) in <module:QA>'
# ./qa/scenario/actable.rb:16:in `perform'
# ./qa/specs/features/ee/browser_ui/secure/security_reports_spec.rb:107:in `block (3 levels) in <module:QA>'
Screenshot / HTML page
Possible fixes
cc @willmeek
Edited by Rémy Coutable