Skip to content

Fix E2E specs for new pipeline security dashboard

Lorenz van Herwaarden requested to merge fix-new-pipeline-report-e2e into master

What does this MR do and why?

During the rollout of the feature flag pipeline_security_dashboard_graphql we noticed that 3 E2E specs were failing. One of them needed a frontend logic adaptation: !143527 (merged), but the others required modifying selectors and the flow of some actions in this MR.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Test following cases:

  1. qa/specs/features/ee/browser_ui/10_govern/security_reports_spec.rb:79
  2. qa/specs/features/ee/browser_ui/10_govern/vulnerability_management_spec.rb:125
  3. qa/specs/features/ee/browser_ui/10_govern/vulnerability_management_spec.rb:157
Edited by Lorenz van Herwaarden

Merge request reports