Skip to content

Fix missing pipeline test report bug

Scott Hampton requested to merge 301236-fix-test-report-not-rendering into master

What does this MR do?

Related to #301236 (closed)

This is for the test report that is found on the pipeline page.

When classname or name is null in a test case, then the test view fails to load. This was working before, but one of the gitlab-ui components we use (friendly-wrap was recently updated and now breaks when passing in a null value.

This fix just defaults the value of those properties to an empty string if those properties are null.

Screenshots (strongly suggested)

Screen_Shot_2021-02-16_at_11.17.56_AM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Merge request reports