Skip to content

Fix missing required prop in onboarding_setup_spec

Ezekiel Kigbo requested to merge ek-fix-missing-component-prop into master

What does this MR do and why?

Fixes jest warnings for the missing dashboardPaths prop for ee/spec/frontend/product_analytics/onboarding/onboarding_setup_spec.js

Screenshots or screen recordings

No user facing changes, this affects local dev.

Before After
Screenshot_2023-05-23_at_4.21.06_pm Screenshot_2023-05-23_at_4.22.23_pm

How to set up and validate locally

All tests pass with no warnings in the console

$ yarn jest ee/spec/frontend/product_analytics/onboarding/onboarding_setup_spec.js

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports