Skip to content

Commit

Permalink
Merge pull request #1653 from nandhu-kumar/develop
Browse files Browse the repository at this point in the history
MOSIP-36505 | Changed naming of unique identifier
  • Loading branch information
mohanachandran-s authored Oct 17, 2024
2 parents 365ddd5 + 3544b55 commit 3163c40
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 3163c40

Please sign in to comment.