Skip to content

Remove localVue usage from non-EE tests without VueApollo (3/3)

Stanislav Lashmanov requested to merge slashmanov/remove-local-vue-non-ee-3 into master

What does this MR do and why?

This MR intends to remove localVue usage from Vue non-EE tests where possible as described here. Removing localVue from tests is an important step in Vue 3 migration path because new Vue Test Utils that support Vue 3 do not have localVue anymore. It does not touch tests that have VueApollo, because there are cases where localVue is required. These tests should be rewritten first.

Epic: #220482

Screenshots or screen recordings

How to set up and validate locally

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports