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
Scenario: F001SX41. Changed Event with updated postcode to verify location changes with service_type = "134" and OrganisationSubType = "DistanceSelling"
543
+
Given an entry is created in the services table
544
+
And the service "service_type" is set to "134"
545
+
And the service "service_status" is set to "1"
546
+
And the entry is committed to the services table
547
+
And the change event "OrganisationSubType" is set to "DistanceSelling"
548
+
When the Changed Event is sent for processing with "valid" api key
549
+
Then the "service-sync" lambda shows field "message" with value "Update Request Success"
550
+
Then the Changed Event is stored in dynamo db
551
+
And the service history is not updated
552
+
When the change event "Postcode" is set to "PR4 2BE"
553
+
When the Changed Event is sent for processing with "valid" api key
554
+
Then the Changed Event is stored in dynamo db
555
+
Then DoS has "PR4 2BE" in the "Postcode" field
556
+
Then DoS has "KIRKHAM" in the "town" field
557
+
And DoS has "341832" in the "easting" field
558
+
And DoS has "432011" in the "northing" field
559
+
And DoS has "53.781108" in the "latitude" field
560
+
And DoS has "-2.886537" in the "longitude" field
561
+
And the service history is updated with the "Postcode"
562
+
And the service history shows "postalcode" change type is "modify"
0 commit comments