Skip to content

Clean up vulnerabilities over time chart and improve tests

Daniel Tian requested to merge 356327-fix-vulnerabilities-over-time-tests into master

This MR cleans up the vulnerabilities_over_time_chart.vue component:

  1. Fixed a double GraphQL query request.
  2. Added a missing error message when the query fails.
  3. Removed unnecessary CSS classes and attributes.
  4. Updated tests to use our current testing standards.

Related to #356327 (closed)

Edited by Daniel Tian

Merge request reports