Skip to content

Align group and project security dashboards UX: Unit tests migration + Empty State refactor

Follow up for !13180 (merged) as asked by @ClemMakesApps: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13180#note_176824583

What does this MR do?

  • The following components have been removed in favor of gitlab-ui's empty-state component:
    • ee/app/assets/javascripts/vue_shared/security_reports/components/empty_security_dashboard.vue
    • ee/app/assets/javascripts/security_dashboard/components/empty_state.vue
  • card_security_reports_app_spec.js has been migrated from Karma to Jest + Vue Test Utils
Edited by Paul Gascou-Vaillancourt

Merge request reports