You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/aat/resources/features/F-1015 - Start Case Event TTL/F-1015.feature
+2-2
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Feature: F-1015: Update Case - Start Case Event - Update Code for TTL
24
24
And the response has all other details as expected
25
25
And the response [contains the TTL.SystemTTL for the case, that has been set to 20 days from today]
26
26
27
-
@S-1015.1.repeat
27
+
@S-1015.1.repeat
28
28
Scenario: TTLIncrement is set to "20" for the Case Event and Start Event is invoked on v1_external#/case-details-endpoint/startEventForCaseworkerUsingGET
29
29
Given a user with [an active profile in CCD],
30
30
And a successful call [to create a case] as in [F-1015_CreateCasePreRequisiteCaseworker_noTTL]
@@ -461,7 +461,7 @@ Feature: F-1015: Update Case - Start Case Event - Update Code for TTL
461
461
And the request [has a TTLIncrement of 20 days configured]
462
462
And the request [is configured to trigger an About to Start callback that changes TTL.OverrideTTL]
463
463
And it is submitted to call the [Start event creation process to update a case (v1_int caseworker)] operation of [CCD Data Store]
464
-
464
+
465
465
Then a negative response is received
466
466
And the response has all other details as expected
467
467
And the response [contains the error message indicating unauthorised change to the TTL values]
# #CCD-3535 & #CCD-3562: Trigger a mid-event callback that makes permitted changes to the TTL values: v1_external#/citizen/case-details-endpoint/validateCaseDetailsUsingPOST_1
Scenario: Trigger a mid event callback that changes TTL.Suspended (null -> missing). Mid Event is invoked on v1_external#/citizen/case-details-endpoint/validateCaseDetailsUsingPOST_1
257
257
Given a user with [an active profile in CCD]
258
258
And a user with [a caseworker with an active profile in CCD]
And the response has all other details as expected
273
-
And the response [contains the TTL.SystemTTL for the case, that has been set to 20 days from today]
274
-
And the response [contains the TTL.OverrideTTL from the previouse data]
275
-
And the response [does not contain the TTL.Suspended as removed by callback (null -> missing)]
273
+
And the response [does not contain the TTL as citizen user has no access]
276
274
277
-
@S-1017.22 #CCD-3535
275
+
@S-1017.22@Smoke#CCD-3535
278
276
Scenario: Trigger a mid event callback that changes TTL.Suspended (No -> NO). Mid Event is invoked on v1_external#/citizen/case-details-endpoint/validateCaseDetailsUsingPOST_1
279
277
Given a user with [an active profile in CCD]
280
278
And a user with [a caseworker with an active profile in CCD]
And the response has all other details as expected
296
-
And the response [contains the TTL.SystemTTL for the case, that has been set to 20 days from today]
297
-
And the response [does not contain the TTL.OverrideTTL as removed by callback (null -> missing)]
298
-
And the response [contains the adjusted TTL.Suspended from the callback (No -> NO)]
294
+
And the response [does not contain the TTL as citizen user has no access]
299
295
300
296
@S-1017.23 #CCD-3535
301
297
Scenario: Trigger a mid event callback that changes TTL.Suspended (Yes -> YES). Mid Event is invoked on v1_external#/citizen/case-details-endpoint/validateCaseDetailsUsingPOST_1
And the response has all other details as expected
338
-
And the response [contains the TTL.SystemTTL for the case, that has been set to 20 days from today]
332
+
And the response [does not contain the TTL as citizen user has no access]
339
333
340
334
@S-1017.26 #CCD-3562
341
335
Scenario: Trigger a mid event callback that changes TTL set to null. Mid Event is invoked on v1_external#/citizen/case-details-endpoint/validateCaseDetailsUsingPOST_1
0 commit comments