Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

Commit 4c561ef

Browse files
committed
Added case name to .title title attr on runtests page.
1 parent 8068ba5 commit 4c561ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/runtests/_run_case.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<span class="failed">Failed</span>
2222
{% endif %}
2323
</div>
24-
<h3 class="title">{{ case.name }}</h3>
24+
<h3 class="title" title="{{ case.name }}">{{ case.name }}</h3>
2525
{% if result.status.PASSED or result.status.INVALIDATED or result.status.FAILED %}
2626
<button class="action-restart" value="start" name="action" title="restart test">restart test</button>
2727
{% endif %}

0 commit comments

Comments
 (0)