Skip to content

E2E: Add stat_value_testid Option for E2E Tests

Valerie Burton requested to merge add-stat-value-testid-for-e2e-tests into master

What does this MR do and why?

This MR updates SingleStatComponent to accept a stat_value_testid param, which will allow us to set a unique data-testid value for each component's stat_values.

The original data-testids set for the Users in License and Billable Users values had been removed in !144447 (merged), and is causing the E2E test #441688 (closed) to fail in master

This will resolve the test failures by adding these data-testids back onto the new components

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

N/A

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request reports