From 522d2aa764c2dbdb6ed22e7877201b0fb108f07d Mon Sep 17 00:00:00 2001 From: Joe Boccanfuso <109477394+jbocce@users.noreply.github.com> Date: Tue, 15 Jul 2025 20:09:23 -0400 Subject: [PATCH] fix(TMTV): The TMTV CSV file now has the correct name and contents (#5215) --- .../PanelROIThresholdExport.tsx | 1 + extensions/tmtv/src/commandsModule.ts | 4 +- .../src/utils/createAndDownloadTMTVReport.js | 16 ++++++- .../SegmentationTable/AddSegmentationRow.tsx | 1 + tests/MPRThenRTOverlayNoHydration.spec.ts | 3 +- tests/MPRThenSEGOverlayNoHydration.spec.ts | 3 +- tests/TMTVCSVReport.spec.ts | 45 +++++++++++++++++++ tests/utils/download.ts | 15 +++++++ tests/utils/locators.ts | 11 +++++ 9 files changed, 94 insertions(+), 5 deletions(-) create mode 100644 tests/TMTVCSVReport.spec.ts create mode 100644 tests/utils/download.ts create mode 100644 tests/utils/locators.ts diff --git a/extensions/tmtv/src/Panels/PanelROIThresholdSegmentation/PanelROIThresholdExport.tsx b/extensions/tmtv/src/Panels/PanelROIThresholdSegmentation/PanelROIThresholdExport.tsx index cf5e0fd6b..50ff5b6f6 100644 --- a/extensions/tmtv/src/Panels/PanelROIThresholdSegmentation/PanelROIThresholdExport.tsx +++ b/extensions/tmtv/src/Panels/PanelROIThresholdSegmentation/PanelROIThresholdExport.tsx @@ -78,6 +78,7 @@ export default function PanelRoiThresholdSegmentation() {