From 66c44d1800319597dfc3b5663f82c4ce129b4c1a Mon Sep 17 00:00:00 2001 From: Jake Kellas <83732510+jacobkellas@users.noreply.github.com> Date: Wed, 21 Feb 2024 11:07:22 -0800 Subject: [PATCH 1/2] feat: add false positive button --- .../components/molecules/RipaOverridePii.vue | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/UI/src/components/molecules/RipaOverridePii.vue b/UI/src/components/molecules/RipaOverridePii.vue index 005805fb..a65b30b1 100644 --- a/UI/src/components/molecules/RipaOverridePii.vue +++ b/UI/src/components/molecules/RipaOverridePii.vue @@ -4,8 +4,17 @@ - - Is PII Found: {{ apiStop.isPiiFound }} + + Is PII Found: + {{ apiStop.isPiiFound }} + + False Positive + @@ -27,7 +36,7 @@ - + Date: Wed, 21 Feb 2024 11:08:34 -0800 Subject: [PATCH 2/2] test: update snapshots --- .../molecules/__snapshots__/RipaFormStep7.spec.js.snap | 8 +++++--- .../molecules/__snapshots__/RipaOverridePii.spec.js.snap | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/UI/tests/unit/components/molecules/__snapshots__/RipaFormStep7.spec.js.snap b/UI/tests/unit/components/molecules/__snapshots__/RipaFormStep7.spec.js.snap index 1ca36ba5..992c5b81 100644 --- a/UI/tests/unit/components/molecules/__snapshots__/RipaFormStep7.spec.js.snap +++ b/UI/tests/unit/components/molecules/__snapshots__/RipaFormStep7.spec.js.snap @@ -85,11 +85,13 @@ exports[`Ripa Form Step 7 should match snapshot 1`] = `
-
- Is PII Found: false +
+ Is PII Found: + false +
-
+
diff --git a/UI/tests/unit/components/molecules/__snapshots__/RipaOverridePii.spec.js.snap b/UI/tests/unit/components/molecules/__snapshots__/RipaOverridePii.spec.js.snap index 1a585734..6d2cb5da 100644 --- a/UI/tests/unit/components/molecules/__snapshots__/RipaOverridePii.spec.js.snap +++ b/UI/tests/unit/components/molecules/__snapshots__/RipaOverridePii.spec.js.snap @@ -11,11 +11,13 @@ exports[`Ripa Override PII should match snapshot 1`] = `
-
- Is PII Found: false +
+ Is PII Found: + false +
-
+