From 887fb574d00ee05b9be76df2f46b9dd87a2a2dbd Mon Sep 17 00:00:00 2001 From: Sashank Aryal Date: Thu, 14 Nov 2024 22:16:35 -0600 Subject: [PATCH] add detections.detections.mask_path to histogram e2e test --- e2e-pw/src/oss/specs/plugins/histograms.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/e2e-pw/src/oss/specs/plugins/histograms.spec.ts b/e2e-pw/src/oss/specs/plugins/histograms.spec.ts index 2fa715e8ebc..ab10d314591 100644 --- a/e2e-pw/src/oss/specs/plugins/histograms.spec.ts +++ b/e2e-pw/src/oss/specs/plugins/histograms.spec.ts @@ -59,6 +59,7 @@ test("histograms panel", async ({ histogram, panel }) => { "detections.detections.confidence", "detections.detections.index", "detections.detections.label", + "detections.detections.mask_path", "detections.detections.tags", "float", "int",