Skip to content

Commit

Permalink
MOSIP-36505
Browse files Browse the repository at this point in the history
Signed-off-by: Nandhukumar <[email protected]>
  • Loading branch information
nandhu-kumar committed Oct 17, 2024
1 parent 365ddd5 commit 3544b55
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -513,9 +513,9 @@ protected void writeScenarioSummary() {
writer.print("<table id='summary'>");
writer.print("<thead>");
writer.print("<tr>");
writer.print("<th>Unique Identifier</th>");
writer.print("<th>Test Case</th>");
writer.print("<th>Test Case Description</th>");
writer.print("<th>TestCase Number</th>");
writer.print("<th>TestCase</th>");
writer.print("<th>TestCase Description</th>");
writer.print("<th>Execution Time (HH:MM:SS)</th>");
writer.print(GlobalConstants.TR);
writer.print("</thead>");
Expand Down

0 comments on commit 3544b55

Please sign in to comment.