Fix some specs for Vue 3
What does this MR do and why?
This fixes a few miscellaneous spec files running under Vue 3. See individual commit messages for details.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
N/A
How to set up and validate locally
VUE_VERSION=3 yarn jest ee/spec/frontend/dora/components/deployment_frequency_charts_spec.js spec/frontend/content_editor/components/content_editor_spec.js spec/frontend/ci/runner/components/runner_type_tabs_spec.js spec/frontend/super_sidebar/components/nav_item_spec.js
- Run the above on this branch: they should all pass.
- Run the above on
master
: they should all fail.
Edited by Mark Florian