Skip to content

Add text for dynamic QA selector for new filter

Will Meek requested to merge sec_rep_spec_ff_fix into master

What does this MR do?

Proposed fix for #338787 (closed)

This occurred when a Feature Flag for an updated Vulnerability Report Project Filter was set in Production only https://gitlab.slack.com/archives/C101F3796/p1629234058154400 / https://gitlab.com/gitlab-com/gl-infra/feature-flag-log/-/issues/6860 as per work in MR !55745 (merged)

This MR simply adds the text for the dynamic QA selector to the new project_filter.vue

Screenshots or Screencasts (strongly suggested)

How to setup and validate locally (strongly suggested)

Run local GDK with feature flag set:

QA_DEBUG=true CHROME_HEADLESS=false bundle exec bin/qa Test::Instance::All http://gdk-instance:3000/ ./qa/specs/features/ee/browser_ui/secure/security_reports_spec.rb:112 --enable-feature vuln_report_new_project_filter

Run local GDK without feature flag set:

QA_DEBUG=true CHROME_HEADLESS=false bundle exec bin/qa Test::Instance::All http://gdk-instance:3000/ ./qa/specs/features/ee/browser_ui/secure/security_reports_spec.rb:112

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Will Meek

Merge request reports