Skip to content

Fix empty unit display of time metrics

Ezekiel Kigbo requested to merge fix-empty-cycle-time-analytics-content into master

What does this MR do?

  • Ensures that units are only displayed when a time metric has a value greater than 0
  • Clean up duplication in jest specs
  • Related to #214841 (closed)

Screenshots

Before After
Screen_Shot_2020-05-18_at_1.09.19_pm Screen_Shot_2020-05-18_at_1.07.26_pm

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 Ezekiel Kigbo

Merge request reports