We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36e720 commit 9d66ffcCopy full SHA for 9d66ffc
allure-generator/src/main/javascript/components/testcase/TestcaseView.hbs
@@ -13,7 +13,7 @@
13
<span class="pane__controls">
14
<a class="fa fa-expand pane__expand" data-tooltip="{{t 'controls.expand'}}" href="#testcase/{{uid}}?expanded=true"></a>
15
</span>
16
- {{name}}
+ <span class="long-line">{{name}}</span>
17
</h2>
18
19
<div class="testcase__failure alert message message_status_{{status}}">
0 commit comments