Commit af896dd1 authored by Paul Slaughter's avatar Paul Slaughter

Merge branch 'mf-wrap-junit-text' into 'master'

Wrap suite and name in test suite table

See merge request gitlab-org/gitlab!37249
parents 2cea94ec a434873e
...@@ -71,22 +71,14 @@ export default { ...@@ -71,22 +71,14 @@ export default {
> >
<div class="table-section section-20 section-wrap"> <div class="table-section section-20 section-wrap">
<div role="rowheader" class="table-mobile-header">{{ __('Suite') }}</div> <div role="rowheader" class="table-mobile-header">{{ __('Suite') }}</div>
<div <div class="table-mobile-content pr-md-1 gl-overflow-wrap-break">
v-gl-tooltip
:title="testCase.classname"
class="table-mobile-content pr-md-1 text-truncate"
>
{{ testCase.classname }} {{ testCase.classname }}
</div> </div>
</div> </div>
<div class="table-section section-20 section-wrap"> <div class="table-section section-20 section-wrap">
<div role="rowheader" class="table-mobile-header">{{ __('Name') }}</div> <div role="rowheader" class="table-mobile-header">{{ __('Name') }}</div>
<div <div class="table-mobile-content pr-md-1 gl-overflow-wrap-break">
v-gl-tooltip
:title="testCase.name"
class="table-mobile-content pr-md-1 text-truncate"
>
{{ testCase.name }} {{ testCase.name }}
</div> </div>
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment