Skip to content

Fix some specs for Vue 3

Mark Florian requested to merge fix-blob-content-viewer into master

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
  1. Run the above on this branch: they should all pass.
  2. Run the above on master: they should all fail.
Edited by Mark Florian

Merge request reports

Loading