From cab6386c4ffc78f1a4ec9b0704001d8a07d81cca Mon Sep 17 00:00:00 2001 From: vladislavploaia Date: Thu, 12 Sep 2024 15:47:58 +0300 Subject: [PATCH] fix: remove not-ready tag from cases with mentioned CDR-1580 --- .../UPDATE_DIRECTORY/H.4__Directory_If_Match_Checks.robot | 2 -- .../Update_EHR_STATUS_If_Match.robot | 2 -- 2 files changed, 4 deletions(-) diff --git a/tests/robot/DIRECTORY_TESTS/UPDATE_DIRECTORY/H.4__Directory_If_Match_Checks.robot b/tests/robot/DIRECTORY_TESTS/UPDATE_DIRECTORY/H.4__Directory_If_Match_Checks.robot index 78dc4ccc..214a4a62 100644 --- a/tests/robot/DIRECTORY_TESTS/UPDATE_DIRECTORY/H.4__Directory_If_Match_Checks.robot +++ b/tests/robot/DIRECTORY_TESTS/UPDATE_DIRECTORY/H.4__Directory_If_Match_Checks.robot @@ -29,7 +29,6 @@ Update Directory - If-Match With Non-Existing UUID Version Number [Teardown] (admin) delete ehr Update Directory - If-Match With Non-Existing UID Value - [Tags] not-ready CDR-1580 [Documentation] Update Directory with If-Match value (non-existing uid value). ... Example: If-Match=2c7d2873-fcba-4fb6-c55r-13ce977b0547::local.ehrbase.org::1 ... Expect 412. @@ -44,7 +43,6 @@ Update Directory - If-Match With Non-Existing UID Value Set Suite Variable ${preceding_version_uid} ${directory_uuid_non_existing_value} Log ${preceding_version_uid} update DIRECTORY (JSON) update/2_add_subfolders.json isModifiable=${FALSE} - Log https://vitagroup-ag.atlassian.net/browse/CDR-1580 Should Be Equal ${response.status_code} ${412} [Teardown] (admin) delete ehr diff --git a/tests/robot/EHR_STATUS_TESTS/C.7_UPDATE_EHR_STATUS_IF_MATCH_CHECKS/Update_EHR_STATUS_If_Match.robot b/tests/robot/EHR_STATUS_TESTS/C.7_UPDATE_EHR_STATUS_IF_MATCH_CHECKS/Update_EHR_STATUS_If_Match.robot index 4497012a..85c996c4 100644 --- a/tests/robot/EHR_STATUS_TESTS/C.7_UPDATE_EHR_STATUS_IF_MATCH_CHECKS/Update_EHR_STATUS_If_Match.robot +++ b/tests/robot/EHR_STATUS_TESTS/C.7_UPDATE_EHR_STATUS_IF_MATCH_CHECKS/Update_EHR_STATUS_If_Match.robot @@ -38,7 +38,6 @@ Update EHR Status - If-Match With Non-Existing UUID Version Number [Teardown] (admin) delete ehr Update EHR Status - If-Match With Non-Existing UID Value - [Tags] not-ready CDR-1580 [Documentation] Update EHR_STATUS with If-Match value (non-existing uid value). ... Example: If-Match=2c7d2873-fcba-4fb6-c55r-13ce977b0547::local.ehrbase.org::1 ... Expect 412. @@ -49,7 +48,6 @@ Update EHR Status - If-Match With Non-Existing UID Value Set Suite Variable ${ehrstatus_uid} ${ehr_status_uuid_non_existing_value} ${err_msg} Run Keyword And Expect Error * ... set ehr_status of EHR multitenancy_token=${None} - Log https://vitagroup-ag.atlassian.net/browse/CDR-1580 Should Contain ${err_msg} 412 != 200 [Teardown] (admin) delete ehr