Failure in qa/specs/features/ee/browser_ui/secure/security_reports_spec.rb
https://gitlab.com/gitlab-org/gitlab-qa/-/jobs/319835445 from master pipeline https://gitlab.com/gitlab-org/gitlab/pipelines/88530054
1) Secure Security Reports displays security reports in the pipeline
Failure/Error: pipeline.click_on_security
NoMethodError:
undefined method `click_on_security' for #<QA::Page::Project::Pipeline::Show:0x000055ce79fc0560>
Did you mean? click_on_first_job
# ./qa/specs/features/ee/browser_ui/secure/security_reports_spec.rb:60: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:59:in `block (3 levels) in <module:QA>'
The include that contains that method was removed: 92d18d7a (from this MR: !18136 (merged))