Skip to content

Fix prop warnings in jest tests

Ezekiel Kigbo requested to merge ek-fix-various-test-prop-warnings into master

What does this MR do and why?

Fixes prop warnings in various tests and related components:

  • spec/frontend/integrations/index/components/integrations_table_spec.js
  • app/assets/javascripts/sidebar/components/time_tracking/create_timelog_form.vue
  • ee/app/assets/javascripts/analytics/devops_reports/devops_adoption/components/devops_adoption_table.vue

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

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot_2024-04-08_at_11.22.56 Screenshot_2024-04-08_at_11.21.40
Screenshot_2024-04-08_at_12.14.11 Screenshot_2024-04-08_at_12.14.21
Screenshot_2024-04-15_at_22.42.05 Screenshot_2024-04-15_at_22.38.06

How to set up and validate locally

yarn jest spec/frontend/integrations/index/components/integrations_table_spec.js 
Edited by Ezekiel Kigbo

Merge request reports