Skip to content

Use global Vue instance in frontend specs

Tan Le requested to merge 220482-use-global-vue-instance-in-approvals-spec into master

What does this MR do?

This MR replace createLocalVue usages with global Vue instance in frontend specs

Vue instance is not shared across tests and we should use this instead of the deprecated createLocalVue function.

Contributes to #220482

Does this MR meet the acceptance criteria?

Conformity

Availability 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
Edited by Tan Le

Merge request reports