Skip to content

Wrap suite and name in test suite table

Miranda Fluharty requested to merge mf-wrap-junit-text into master

What does this MR do?

Brief context: In the Tests tab of the pipeline view, when you click on a job to view the details of its tests, the text for each test case's "Suite" and "Name" is currently truncated so that it doesn't run over into the next column, with a tooltip displaying the full text. This is frustrating when the user wants to copy either of these fields.

For more context, see #216267 (closed).

This MR makes the text in the "Suite" and "Name" columns wrap instead of truncating it so that it is directly copy-able, and removes the tooltip since the full text is now displayed.

Screenshots

case before after
full width Screen_Shot_2020-07-17_at_13.46.39 Screen_Shot_2020-07-17_at_13.50.59
narrow Screen_Shot_2020-07-17_at_13.47.27 Screen_Shot_2020-07-17_at_13.51.29
mobile Screen_Shot_2020-07-17_at_13.56.46 Screen_Shot_2020-07-17_at_13.56.11

Does this MR meet the acceptance criteria?

Conformity

- [] Changelog entry The Tests tab is behind the :junit_pipeline_view feature flag

Availability and Testing

Edited by Miranda Fluharty

Merge request reports