Update pipeline_editor_tabs_spec.js for Vue 3 compatibility

What does this MR do and why?

Update pipeline_editor_tabs_spec.js for Vue 3 compatibility

  • Remove Vue.use() and Vue.config (Vue 2 patterns)
  • Update propsData to props (Vue 3 syntax)
  • Update wrapper.destroy() to wrapper.unmount() (Vue 3 API)
  • Remove Vue import, only import nextTick

This addresses Vue 3 migration requirements for the pipeline editor tabs test spec.

References

Screenshots or screen recordings

https://cap.link/3e88v9qc07jpnha

Before After

How to set up and validate locally

MR acceptance checklist

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

Merge request reports

Loading