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 dd79603 commit 57dfb31Copy full SHA for 57dfb31
ExtentReports/Views/V3Html/Test/V3Test.cshtml
@@ -269,7 +269,7 @@
269
<span class='label end-time'>@test.EndTime</span>
270
<span class='label time-taken grey lighten-1 white-text'>@test.RunDuration.ToString("''h'h:'m'm:'s's.'fff'ms'")</span>
271
</div>
272
- if (string.IsNullOrEmpty(test.Description))
+ if (!string.IsNullOrEmpty(test.Description))
273
{
274
<div class='test-desc'>@test.Description</div>
275
}
0 commit comments