Skip to content

WIP: Migrate tooltips karma tests

Paul Gascou-Vaillancourt requested to merge migrate-tooltips-karma-tests into master

What does this MR do?

This MR migrates the following Karma specs to Jest & Vue Test Utils. We'll most likely need to split this into multiple MRs to reduce the diff's size.

Specs to migrate

  • spec/javascripts/boards/components/issue_time_estimate_spec.js [Paul]
  • spec/javascripts/boards/issue_card_spec.js [Paul]
  • spec/javascripts/monitoring/charts/time_series_spec.js [Paul]
  • spec/javascripts/monitoring/panel_type_spec.js [Paul]
  • spec/javascripts/notes/components/comment_form_spec.js [Enrique]
  • spec/javascripts/pipelines/graph/action_component_spec.js [Paul]
  • spec/javascripts/pipelines/pipeline_triggerer_spec.js [Paul]
  • spec/javascripts/pipelines/pipelines_table_row_spec.js [Paul]
  • spec/javascripts/vue_shared/components/commit_spec.js [Enrique]
  • spec/javascripts/vue_shared/components/user_avatar/user_avatar_image_spec.js [Enrique]
  • spec/javascripts/vue_shared/components/user_popover/user_popover_spec.js [Enrique]
  • ee/spec/javascripts/approvals/components/approval_check_popover_spec.js [Paul]
  • ee/spec/javascripts/related_items_tree/components/related_items_tree_header_spec.js [enrique]
  • ee/spec/javascripts/related_items_tree/components/tree_item_body_spec.js [enrique]
  • ee/spec/javascripts/related_items_tree/components/tree_item_spec.js [enrique]

Screenshots

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 Enrique Alcántara

Merge request reports