From 293c5a47b223791739e21d6f2850bdd70478706c Mon Sep 17 00:00:00 2001 From: patnir Date: Tue, 13 May 2025 12:45:32 -0700 Subject: [PATCH] fix: replace test ID in the UI with description --- report/src/pages/RunIndex.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report/src/pages/RunIndex.tsx b/report/src/pages/RunIndex.tsx index d44b87c0..361caf32 100644 --- a/report/src/pages/RunIndex.tsx +++ b/report/src/pages/RunIndex.tsx @@ -136,7 +136,7 @@ function RunIndex() {

{section.testName}

- Test ID: {section.key} + {section.runs?.[0]?.testDescription}