Skip to content

Move CE bar_chart test to correct location

Lukas 'ai-pi' Eipert requested to merge leipert-single-code-base-bar-chart into master

What does this MR do?

The bar_chart component is available in CE as well and has the same test: https://gitlab.com/gitlab-org/gitlab-ce/blob/96aa083854f8204a80851017ba547ea3b732e273/spec/javascripts/vue_shared/components/bar_chart_spec.js. Seems like this component maybe was EE only at some point or something and we forgot to move the file in EE.

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • 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

Merge request reports