From b6d2f67c0588ead12b4edfcbc10634f9bb51d267 Mon Sep 17 00:00:00 2001 From: Mike Brown Date: Wed, 6 Jul 2022 13:53:02 +0100 Subject: [PATCH] CCD-2344 Reenable Ignored FT - @Ignore removed for F-018 S-001, S-002, S-003 --- aat/src/resources/features/F-018/F-018.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aat/src/resources/features/F-018/F-018.feature b/aat/src/resources/features/F-018/F-018.feature index abd3b4ac..0bf443d0 100644 --- a/aat/src/resources/features/F-018/F-018.feature +++ b/aat/src/resources/features/F-018/F-018.feature @@ -7,7 +7,7 @@ Background: Load test data for the scenario Given an appropriate test context as detailed in the test data source #------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -@S-001 @Smoke @Ignore +@S-001 @Smoke Scenario: must successfully add an activity with a correct and complete invocation Given a user with [an active profile in CCD], @@ -22,7 +22,7 @@ Scenario: must successfully add an activity with a correct and complete invocati And another call [to observe the new activity just added on the case above] will get the expected response as in [S-014-Verification-call]. #------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -@S-002 @Ignore #RDM-8986 should return 400 Bad Request but returning 422 +@S-002 #RDM-8986 should return 400 Bad Request but returning 422 Scenario: must return a negative response when activity is missing Given a user with [an active profile in CCD], @@ -37,7 +37,7 @@ Scenario: must return a negative response when activity is missing And the response has all the details as expected. #------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -@S-003 @Ignore #RDM-8986 should return 400 Bad Request but returning 422 +@S-003 #RDM-8986 should return 400 Bad Request but returning 422 Scenario: must return a negative response when activity is unknown Given a user with [an active profile in CCD],