AL-Go icon indicating copy to clipboard operation
AL-Go copied to clipboard

Fix for duplicated icons in test result visualizer.

Open spetersenms opened this issue 8 months ago • 1 comments

spetersenms avatar Apr 29 '25 14:04 spetersenms

There are 2 fixes in this PR which both contributed to the issue.

  1. The BuildTestMarkdownTable function edited the input rows array instead of creating a new one which was not intended in the original implementation.

  2. The GetTestResultSummaryMD function which calls the markdown helper calls it twice instead of once as the call is placed in a wrong location.

spetersenms avatar Apr 29 '25 15:04 spetersenms