Unit Test Report -> Details not showing tests / error in console
### Summary Unit Test Report job details not loading. ### Steps to reproduce 1. Navigate to the pipeline page -> test tab for a [pipeline](https://gitlab.com/jheimbuck_gl/java-code-coverage/-/pipelines/251746882/test_report) with unit tests. 2. Click on a job to get details ### What is the expected *correct* behavior? The details of executed tests in that jobs should load. ### What is the current *bug* behavior? No tests appear. JS error ![no tests and console](/uploads/aef59b6ccb720f45dbd0fd1f7d7e12fe/Screen_Shot_2021-02-04_at_6.41.13_PM.png) ### Example Project <!-- If possible, please create an example project here on GitLab.com that exhibits the problematic behavior, and link to it here in the bug report. If you are using an older version of GitLab, this will also determine whether the bug is fixed in a more recent version. --> https://gitlab.com/jheimbuck_gl/java-code-coverage/-/pipelines/251746882/test_report ### Relevant logs and/or screenshots See above, screenshot from Chrome. Same behavior seen on Safari. <!-- Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's tough to read otherwise. --> ### Output of checks This bug happens on GitLab.com <!-- If you are reporting a bug on GitLab.com, write: This bug happens on GitLab.com --> #### Results of GitLab environment info <!-- Input any relevant GitLab environment information if needed. --> <details> <summary>Expand for output related to GitLab environment info</summary> <pre> (For installations with omnibus-gitlab package run and paste the output of: `sudo gitlab-rake gitlab:env:info`) (For installations from source run and paste the output of: `sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`) </pre> </details> #### Results of GitLab application Check <!-- Input any relevant GitLab application check information if needed. --> <details> <summary>Expand for output related to the GitLab application check</summary> <pre> (For installations with omnibus-gitlab package run and paste the output of: `sudo gitlab-rake gitlab:check SANITIZE=true`) (For installations from source run and paste the output of: `sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true`) (we will only investigate if the tests are passing) </pre> </details> ### Possible fixes <!-- If you can, link to the line of code that might be responsible for the problem. -->
issue