diff --git a/test/integration/features/F001_Valid_Change_Events.feature b/test/integration/features/F001_Valid_Change_Events.feature index baa4ab910..f4db2d5d5 100644 --- a/test/integration/features/F001_Valid_Change_Events.feature +++ b/test/integration/features/F001_Valid_Change_Events.feature @@ -538,8 +538,8 @@ Feature: F001. Ensure valid change events are converted and sent to DoS | phone | 22459436909 | phone | cmstelephoneno | | Address1 | 5 Tester Way | address | postaladdress | - @complete @general - Scenario: F001SX41. Changed Event with updated postcode to verify location changes with service_type = "134" and OrganisationSubType = "DistanceSelling" + @complete @general + Scenario: F001SX41. Changed Event with updated postcode to verify location changes with service_type = "134" and OrganisationSubType = "DistanceSelling" Given an entry is created in the services table And the service "service_type" is set to "134" And the service "service_status" is set to "1" diff --git a/test/integration/features/F006_Opening_Times.feature b/test/integration/features/F006_Opening_Times.feature index 9b5161d52..f592daecc 100644 --- a/test/integration/features/F006_Opening_Times.feature +++ b/test/integration/features/F006_Opening_Times.feature @@ -80,8 +80,8 @@ Feature: F006. Opening times Then DoS is open from "10:00" until "16:00" on "Jan 01 2025" And the "service-sync" lambda does not show "report_key" with value "BLANK_STANDARD_OPENINGS" - @complete @opening_times - Scenario: F006SXX11. Confirm actual opening times change for specified date and time is captured by DoS with service_type = "134" and OrganisationSubType = "DistanceSelling" + @complete @opening_times + Scenario: F006SXX11. Confirm actual opening times change for specified date and time is captured by DoS with service_type = "134" and OrganisationSubType = "DistanceSelling" Given a basic service is created with type "134" And the change event "OrganisationSubType" is set to "DistanceSelling" When the Changed Event is sent for processing with "valid" api key diff --git a/test/integration/steps/test_steps.py b/test/integration/steps/test_steps.py index 7c3bad065..22e82b410 100644 --- a/test/integration/steps/test_steps.py +++ b/test/integration/steps/test_steps.py @@ -1210,7 +1210,6 @@ def the_dos_service_has_been_updated_with_the_specified_date_is_captured_by_dos( Context: The context object. """ context.service_id = get_service_id(context.change_event["ODSCode"], context.generator_data["service_type"]) - print("service.id======>", context.service_id) wait_for_service_update(context.service_id) changed_date = context.change_event["OpeningTimes"][-1]["AdditionalOpeningDate"] current_specified_openings = get_change_event_specified_opening_times(context.service_id)