From 7bacff967ebf7df0e76e007179e5a04c401784e9 Mon Sep 17 00:00:00 2001 From: Denis Lugowski Date: Sun, 7 Dec 2025 09:07:41 +0100 Subject: [PATCH] feat: Update test data --- testdata.json | 50 +++++--------------------------------------------- 1 file changed, 5 insertions(+), 45 deletions(-) diff --git a/testdata.json b/testdata.json index 6d5ccaa..d9d4bfa 100644 --- a/testdata.json +++ b/testdata.json @@ -63,9 +63,9 @@ ], "type": "DATE", "visibilityCondition": { - "conditionType": "HIDE", + "conditionType": "SHOW", "sourceFormElementReference": "art_der_massnahme", - "expectedValue": "Ablösung/Einstellung IT-System", + "expectedValue": "Einführung", "operator": "EQUALS" } }, @@ -201,26 +201,6 @@ "operator": "EQUALS" } }, - { - "reference": "abgeloestes_system", - "title": "Abgelöstes System", - "description": "Folgendes System wird mit Einführung o.g. IT-Systems abgelöst", - "options": [ - { - "value": "", - "label": "Nicht zutreffend", - "processingPurpose": "SYSTEM_OPERATION", - "employeeDataCategory": "NON_CRITICAL" - } - ], - "type": "CHECKBOX", - "visibilityCondition": { - "conditionType": "HIDE", - "sourceFormElementReference": "art_der_massnahme", - "expectedValue": "Ablösung/Einstellung IT-System", - "operator": "EQUALS" - } - }, { "reference": "name_des_abgeloesten_systems", "title": "Name des abgelösten Systems", @@ -236,26 +216,6 @@ "type": "TEXTAREA", "visibilityCondition": { "conditionType": "SHOW", - "sourceFormElementReference": "abgeloestes_system", - "expectedValue": "true", - "operator": "NOT_EQUALS" - } - }, - { - "reference": "geaendertes_system", - "title": "Geändertes System", - "description": "Folgendes System wird mit Einführung o.g. IT-Systems geändert", - "options": [ - { - "value": "", - "label": "Nicht zutreffend", - "processingPurpose": "SYSTEM_OPERATION", - "employeeDataCategory": "NON_CRITICAL" - } - ], - "type": "CHECKBOX", - "visibilityCondition": { - "conditionType": "HIDE", "sourceFormElementReference": "art_der_massnahme", "expectedValue": "Ablösung/Einstellung IT-System", "operator": "EQUALS" @@ -276,9 +236,9 @@ "type": "TEXTAREA", "visibilityCondition": { "conditionType": "SHOW", - "sourceFormElementReference": "geaendertes_system", - "expectedValue": "true", - "operator": "NOT_EQUALS" + "sourceFormElementReference": "art_der_massnahme", + "expectedValue": "Änderung IT-System", + "operator": "EQUALS" } } ]