From 9ca0b4bf914ba769f02c3eecf9ba62da5c512a59 Mon Sep 17 00:00:00 2001 From: Ben Stone <155635414+StoneBenHMCTS@users.noreply.github.com> Date: Fri, 12 Jul 2024 10:25:14 +0100 Subject: [PATCH 01/27] Revert "EXUI-2018 (#3762)" This reverts commit a6261016347461c8ccdb40798b924e0dad146493. --- .../hearing-edit-summary.component.spec.ts | 73 ------------------- .../hearing-edit-summary.component.ts | 9 +-- 2 files changed, 1 insertion(+), 81 deletions(-) diff --git a/src/hearings/containers/request-hearing/hearing-edit-summary/hearing-edit-summary.component.spec.ts b/src/hearings/containers/request-hearing/hearing-edit-summary/hearing-edit-summary.component.spec.ts index bba2d5250e..a3639e4547 100644 --- a/src/hearings/containers/request-hearing/hearing-edit-summary/hearing-edit-summary.component.spec.ts +++ b/src/hearings/containers/request-hearing/hearing-edit-summary/hearing-edit-summary.component.spec.ts @@ -1193,49 +1193,6 @@ describe('HearingEditSummaryComponent', () => { }); it('should return false as no difference in reasonable adjustment', () => { - setAfterPageVisitValues(); - const partiesSHV = createSHVEntry(); - const partiesHMC = createHMCEntry(); - - component.serviceHearingValuesModel = { - ...initialState.hearings.hearingValues.serviceHearingValuesModel, - parties: partiesSHV - }; - component.hearingRequestMainModel = { - ...initialState.hearings.hearingRequest.hearingRequestMainModel, - partyDetails: partiesHMC - }; - - const isDifference = component.pageVisitReasonableAdjustmentChangeExists(); - - expect(isDifference).toEqual(false); - }); - - it('should return true as reasonable adjustment required but not confirmed.', () => { - setAfterPageVisitValues(); - hearingsService.propertiesUpdatedOnPageVisit.afterPageVisit.reasonableAdjustmentChangesRequired = true; - - const partiesSHV = createSHVEntry(); - const partiesHMC = createHMCEntry(); - - component.serviceHearingValuesModel = { - ...initialState.hearings.hearingValues.serviceHearingValuesModel, - parties: partiesSHV - }; - component.hearingRequestMainModel = { - ...initialState.hearings.hearingRequest.hearingRequestMainModel, - partyDetails: partiesHMC - }; - - const isDifference = component.pageVisitReasonableAdjustmentChangeExists(); - - expect(isDifference).toEqual(true); - }); - - it('should return false as reasonable adjustment required and confirmed.', () => { - setAfterPageVisitValues(); - hearingsService.propertiesUpdatedOnPageVisit.afterPageVisit.reasonableAdjustmentChangesRequired = true; - hearingsService.propertiesUpdatedOnPageVisit.afterPageVisit.reasonableAdjustmentChangesConfirmed = true; const partiesSHV = createSHVEntry(); const partiesHMC = createHMCEntry(); @@ -1254,8 +1211,6 @@ describe('HearingEditSummaryComponent', () => { }); it('should return true as there is a difference in reasonable adjustment', () => { - setAfterPageVisitValues(); - hearingsService.propertiesUpdatedOnPageVisit.afterPageVisit.reasonableAdjustmentChangesRequired = true; const partiesSHV = createSHVEntry(); const partiesHMC = createHMCEntry(); partiesHMC[1].individualDetails.reasonableAdjustments = ['RA0041', 'RA0044', 'RA0042']; @@ -1275,7 +1230,6 @@ describe('HearingEditSummaryComponent', () => { }); it('should return false as removed party had no reasonable adjustments', () => { - setAfterPageVisitValues(); const partiesSHV: PartyDetailsModel[] = createSHVEntry(); const partiesHMC: PartyDetailsModel[] = createHMCEntry(); @@ -1308,7 +1262,6 @@ describe('HearingEditSummaryComponent', () => { }); it('should return false as removed party had no reasonable adjustments test 2', () => { - setAfterPageVisitValues(); const partiesSHV: PartyDetailsModel[] = createSHVEntry(); const partiesHMC: PartyDetailsModel[] = createHMCEntry(); @@ -1342,7 +1295,6 @@ describe('HearingEditSummaryComponent', () => { }); it('should return false as added party had no reasonable adjustments', () => { - setAfterPageVisitValues(); const partiesSHV: PartyDetailsModel[] = createSHVEntry(); const partiesHMC: PartyDetailsModel[] = createHMCEntry(); @@ -1375,8 +1327,6 @@ describe('HearingEditSummaryComponent', () => { }); it('should return true as party removed from original hmc with reasonable adjustment', () => { - setAfterPageVisitValues(); - hearingsService.propertiesUpdatedOnPageVisit.afterPageVisit.reasonableAdjustmentChangesRequired = true; const partiesSHV = createSHVEntry(); const partiesHMC = createHMCEntry(); @@ -1413,8 +1363,6 @@ describe('HearingEditSummaryComponent', () => { }); it('should return true as party to original shv with reasonable adjustment', () => { - setAfterPageVisitValues(); - hearingsService.propertiesUpdatedOnPageVisit.afterPageVisit.reasonableAdjustmentChangesRequired = true; const partiesSHV = createSHVEntry(); const partiesHMC = createHMCEntry(); @@ -1531,25 +1479,4 @@ describe('HearingEditSummaryComponent', () => { ]; return partiesHMC; } - function setAfterPageVisitValues() { - hearingsService.propertiesUpdatedOnPageVisit = { - hearingId: 'h000001', - caseFlags: null, - parties: null, - hearingWindow: null, - afterPageVisit: { - reasonableAdjustmentChangesConfirmed: false, - reasonableAdjustmentChangesRequired: false, - nonReasonableAdjustmentChangesRequired: false, - nonReasonableAdjustmentChangesConfirmed: false, - partyDetailsChangesRequired: false, - partyDetailsChangesConfirmed: true, - hearingWindowChangesRequired: false, - hearingFacilitiesChangesRequired: false, - partyDetailsAnyChangesRequired: false, - hearingUnavailabilityDatesChanged: false, - hearingWindowChangesConfirmed: false - } - }; - } }); diff --git a/src/hearings/containers/request-hearing/hearing-edit-summary/hearing-edit-summary.component.ts b/src/hearings/containers/request-hearing/hearing-edit-summary/hearing-edit-summary.component.ts index e281bb54f4..c0efc807f7 100644 --- a/src/hearings/containers/request-hearing/hearing-edit-summary/hearing-edit-summary.component.ts +++ b/src/hearings/containers/request-hearing/hearing-edit-summary/hearing-edit-summary.component.ts @@ -459,14 +459,7 @@ export class HearingEditSummaryComponent extends RequestHearingPageFlow implemen const interpreterLanguagesSHV = this.extractInterpreterLanguages(SHVIndividualParties); const interpreterLanguagesHMC = this.extractInterpreterLanguages(HRMIndividualParties); - if (!_.isEqual(interpreterLanguagesSHV, interpreterLanguagesHMC)){ - return true; - } - if (this.hearingsService.propertiesUpdatedOnPageVisit?.afterPageVisit?.reasonableAdjustmentChangesRequired) { - return !this.hearingsService.propertiesUpdatedOnPageVisit?.afterPageVisit?.reasonableAdjustmentChangesConfirmed; - } - // There are no changes for reasonable adjustments and language interpreter flags when SHV compared with HMC - return false; + return !_.isEqual(interpreterLanguagesSHV, interpreterLanguagesHMC); } private extractReasonableAdjustments(partyDetails: PartyDetailsModel[]) { From e5ccc29ee93f145bc65cc349394dd2a4a78e4d9f Mon Sep 17 00:00:00 2001 From: Anthony Dummer Date: Fri, 12 Jul 2024 17:39:56 +0100 Subject: [PATCH 02/27] exui-1956 - initial check in --- .../backendMock/services/rdLocation/index.js | 16 ++-- .../backendMock/services/rdLocation/routes.js | 8 +- .../viewEditHearings/mock_HMC_setup.json | 2 +- .../viewEditHearings/mock_SHV_setup.json | 2 +- .../edithearingManulaUpdateLabels.feature | 73 +++++++++---------- 5 files changed, 53 insertions(+), 48 deletions(-) diff --git a/test_codecept/backendMock/services/rdLocation/index.js b/test_codecept/backendMock/services/rdLocation/index.js index c3031377e8..f9d9fec847 100644 --- a/test_codecept/backendMock/services/rdLocation/index.js +++ b/test_codecept/backendMock/services/rdLocation/index.js @@ -15,6 +15,7 @@ const locationServiceCodes = { class RDLocationService{ constructor(){ + console.log('in RDLocationService constructor'); this.caseManagementLocations = []; this.locationsConfig = [ { @@ -59,7 +60,8 @@ class RDLocationService{ ]; this.setupMockCaseManagementLocations(); - } + // console.log('service config locations', JSON.stringify(this.locationsConfig)); + } setupMockCaseManagementLocations(){ this.locationsConfig.forEach(serviceConf => { @@ -76,11 +78,13 @@ class RDLocationService{ temp.site_name = `${service} Court Center ${i}`; temp.court_type_id = typeIds[0]; temp.court_type = `${service} Court`; - serviceConf.locations.push(temp) + serviceConf.locations.push(temp); + console.log('mocked location 1 ', serviceConf.locations); } const temp = this.getMockLocations(); - temp.epimms_id = index + ''; + temp.epimms_id = (index + 20) + ''; + // temp.epimms_id = index + ''; temp.is_case_management_location = 'Y'; temp.court_name = `${service} Court Center Wales`; temp.venue_name = `${service} Court Center Wales`; @@ -89,8 +93,8 @@ class RDLocationService{ temp.court_type = `${service} Court`; temp.region = 'Wales'; temp.region_id = "7"; + console.log('mocked location 2', temp); serviceConf.locations.push(temp) - }) } @@ -115,7 +119,7 @@ class RDLocationService{ results.push(loc); } } - + } return results; } @@ -125,7 +129,7 @@ class RDLocationService{ const serviceWithCode = this.locationsConfig.find(service => service.serviceCode.includes(serviceCode)) console.assert(serviceWithCode, `Mock service config not found for service code ${serviceCode}`); - + return { "service_code": serviceCode, "court_type_id": "18", diff --git a/test_codecept/backendMock/services/rdLocation/routes.js b/test_codecept/backendMock/services/rdLocation/routes.js index 73d12b3cbe..dc25bef718 100644 --- a/test_codecept/backendMock/services/rdLocation/routes.js +++ b/test_codecept/backendMock/services/rdLocation/routes.js @@ -9,14 +9,18 @@ const userApiData = require('../userApiData') router.get('/court-venues', (req, res) => { + console.log('!!!!!!!!!!!! in rdLocation, routesJs -- /court-venues'); const locationId = req.query['epimms_id']; const locations = service.getLocationById(locationId); + console.log('court-venues locations -> ', locations); + console.log('court-venues epimms_id -> ', locationId); // res.send(locations) userApiData.sendResponse(req, res, "onSearchLocationById", () => locations) }); router.get('/court-venues/venue-search?', (req, res) => { + console.log('!!!!!!!!!!!! in rdLocation, routesJs -- /court-venues/venue-search?'); const serviceIds = req.query['court-type-id'].split(','); const locationType = req.query.locationType; const searchTerm = req.query['search-string']; @@ -28,11 +32,11 @@ router.get('/court-venues/venue-search?', (req, res) => { }); router.get('/court-venues/services', (req, res) => { - + console.log('!!!!!!!!!!!! in rdLocation, routesJs -- /court-venues/services'); const service_code = req.query.service_code userApiData.sendResponse(req, res, "onServiceLocations", () => service.getServiceLocations(service_code)) - + }); diff --git a/test_codecept/ngIntegration/tests/features/hearings/mockData/viewEditHearings/mock_HMC_setup.json b/test_codecept/ngIntegration/tests/features/hearings/mockData/viewEditHearings/mock_HMC_setup.json index a2871a5b1c..c59bf24184 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/mockData/viewEditHearings/mock_HMC_setup.json +++ b/test_codecept/ngIntegration/tests/features/hearings/mockData/viewEditHearings/mock_HMC_setup.json @@ -17,7 +17,7 @@ "hearingLocations": [ { "locationType": "court", - "locationId": "827534" + "locationId": "20030" } ], "privateHearingRequiredFlag": false, diff --git a/test_codecept/ngIntegration/tests/features/hearings/mockData/viewEditHearings/mock_SHV_setup.json b/test_codecept/ngIntegration/tests/features/hearings/mockData/viewEditHearings/mock_SHV_setup.json index d4283ec317..d2d7d9b70e 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/mockData/viewEditHearings/mock_SHV_setup.json +++ b/test_codecept/ngIntegration/tests/features/hearings/mockData/viewEditHearings/mock_SHV_setup.json @@ -32,7 +32,7 @@ "hearingLocations": [ { "locationType": "court", - "locationId": "283922" + "locationId": "20030" } ], "facilitiesRequired": [], diff --git a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature index 87a46b3851..7fd9919083 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature @@ -1,5 +1,5 @@ -@ng @functional_enabled +@ng @functional_enabled @functional_debug Feature: Hearings CR84: Manual update labels https://tools.hmcts.net/jira/browse/EUI-9096 @@ -36,7 +36,7 @@ Feature: Hearings CR84: Manual update labels Then I validate view hearing page Edit hearing button displayed is "true" When In view hearing page, I click Edit hearing button Then I validate Edit hearing page displayed - + Then debug sleep minutes 2 Then I validate edit hearing section heading labels | Heading | Label | @@ -98,12 +98,12 @@ Feature: Hearings CR84: Manual update labels | Heading | Label | # | Additional facilities | AMENDED | | Participant attendance | AMENDED | - | Stage | | - | Hearing venue | | - | Language requirements | | - | Judge details | | - | Linked hearings | | - | Additional instructions | | + | Stage | | + | Hearing venue | | + | Language requirements | | + | Judge details | | + | Linked hearings | | + | Additional instructions | | Then I validate fields displayed in view or edit hearing page | field | value | changeLinkDisplay | amendedFlagDisplay | @@ -147,10 +147,11 @@ Feature: Hearings CR84: Manual update labels # Hearing venue start When In view or edit hearing page, I click change link for field "What are the hearing venue details" Then I am on hearings workflow page "What are the hearing venue details?" - + Then debug sleep minutes 5 When In hearing page "What are the hearing venue details?", I input values | field | value | - | Search for a location by name | cen,IA Court Center 2 | + | Search for a location by name | cen,IA Court Center Wales | + When I click continue in hearing workflow Then I validate Edit hearing page displayed @@ -165,6 +166,7 @@ Feature: Hearings CR84: Manual update labels | Linked hearings | | | Additional instructions | | +# Then debug sleep minutes 1 Then I validate fields displayed in view or edit hearing page | field | value | changeLinkDisplay | amendedFlagDisplay | | What are the hearing venue details | IA Court Center 2 | true | AMENDED | @@ -172,36 +174,33 @@ Feature: Hearings CR84: Manual update labels # Hearing venue end # Language requirements start - #When In view or edit hearing page, I click change link for field "Does this hearing need to be in Welsh?" - #Then I am on hearings workflow page "Does this hearing need to be in Welsh?" + When In view or edit hearing page, I click change link for field "Does this hearing need to be in Welsh?" + Then I am on hearings workflow page "Does this hearing need to be in Welsh?" - #When In hearing page "Does this hearing need to be in Welsh?", I input values - # | field | value | - # | Does this hearing need to be in Welsh? | Yes | + When In hearing page "Does this hearing need to be in Welsh?", I input values + | field | value | + | Does this hearing need to be in Welsh? | Yes | - #When I click continue in hearing workflow - #Then I validate Edit hearing page displayed + When I click continue in hearing workflow + Then I validate Edit hearing page displayed - #Then I validate edit hearing section heading labels - # | Heading | Label | - # | Stage | AMENDED | - # | Hearing venue | AMENDED | - # | Language requirements | AMENDED | - # | Judge details | | - # | Linked hearings | | - # | Additional instructions | | + Then I validate edit hearing section heading labels + | Heading | Label | + | Stage | AMENDED | + | Hearing venue | AMENDED | + | Language requirements | AMENDED | + | Judge details | | + | Linked hearings | | + | Additional instructions | | - #Then I validate fields displayed in view or edit hearing page - # | field | value | changeLinkDisplay | amendedFlagDisplay | - # | Does this hearing need to be in Welsh? | Yes | true | AMENDED | + Then I validate fields displayed in view or edit hearing page + | field | value | changeLinkDisplay | amendedFlagDisplay | + | Does this hearing need to be in Welsh? | Yes | true | AMENDED | # Language requirements end - - - # Judge details start When In view or edit hearing page, I click change link for field "Do you want a specific judge?" Then I am on hearings workflow page "Do you want a specific judge?" @@ -220,7 +219,7 @@ Feature: Hearings CR84: Manual update labels | Heading | Label | | Stage | AMENDED | | Hearing venue | AMENDED | - # | Language requirements | AMENDED | + | Language requirements | AMENDED | | Judge details | AMENDED | | Linked hearings | | | Additional instructions | | @@ -250,7 +249,7 @@ Feature: Hearings CR84: Manual update labels | Heading | Label | | Stage | AMENDED | | Hearing venue | AMENDED | - # | Language requirements | AMENDED | + | Language requirements | AMENDED | | Judge details | AMENDED | | Length, date and priority level of hearing | AMENDED | | Linked hearings | | @@ -262,7 +261,7 @@ Feature: Hearings CR84: Manual update labels | Does the hearing need to take place on a specific date? | No | true | AMENDED | | What is the priority of this hearing? | Hearing priority 1 | true | AMENDED | -# Length, date and priority level of hearingend +# Length, date and priority level of hearing end # Linked hearings start @@ -281,7 +280,7 @@ Feature: Hearings CR84: Manual update labels | Heading | Label | | Stage | AMENDED | | Hearing venue | AMENDED | - # | Language requirements | AMENDED | + | Language requirements | AMENDED | | Judge details | AMENDED | | Linked hearings | AMENDED | | Additional instructions | | @@ -293,8 +292,6 @@ Feature: Hearings CR84: Manual update labels # Linked hearings end - - # Additional instructions start When In view or edit hearing page, I click change link for field "Enter any additional instructions for the hearing" Then I am on hearings workflow page "Enter any additional instructions for the hearing" @@ -311,7 +308,7 @@ Feature: Hearings CR84: Manual update labels | Heading | Label | | Stage | AMENDED | | Hearing venue | AMENDED | - # | Language requirements | AMENDED | + | Language requirements | AMENDED | | Judge details | AMENDED | | Linked hearings | AMENDED | | Additional instructions | AMENDED | From 8e29a205708df4024f8d7d121d402da72dfd831b Mon Sep 17 00:00:00 2001 From: StoeBenHMCTS Date: Thu, 18 Jul 2024 15:25:27 +0100 Subject: [PATCH 03/27] updated cucumber script test --- .../tests/features/hearings/createHearing.feature | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature b/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature index fdb44b710c..5f0cfda3a5 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature @@ -384,6 +384,13 @@ Feature: Create hearings workflow | Search for a location by name | cen,IA Court Center 1 | When I click continue in create hearing workflow + # Does this hearing need to be in Welsh? + Then I am on the create hearing page "Does this hearing need to be in Welsh?" + When In hearing page "Does this hearing need to be in Welsh?", I input values + | field | value | + | Does this hearing need to be in Welsh? | No | + When I click continue in create hearing workflow + # Do you want a specific judge? Then I am on create hearing page "Do you want a specific judge?" From 17acc0a2033cde9ec54b6c4a27bef41f112b73a0 Mon Sep 17 00:00:00 2001 From: StoeBenHMCTS Date: Thu, 18 Jul 2024 16:22:30 +0100 Subject: [PATCH 04/27] does a 2nd test for updated functional tests --- .../tests/features/hearings/createHearing.feature | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature b/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature index 5f0cfda3a5..4da9e4e232 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature @@ -91,6 +91,13 @@ Feature: Create hearings workflow | Search for a location by name | cen,IA Court Center 1 | When I click continue in create hearing workflow + # Does this hearing need to be in Welsh? + Then I am on the create hearing page "Does this hearing need to be in Welsh?" + When In hearing page "Does this hearing need to be in Welsh?", I input values + | field | value | + | Does this hearing need to be in Welsh? | No | + When I click continue in create hearing workflow + # Do you want a specific judge? Then I am on create hearing page "Do you want a specific judge?" @@ -239,6 +246,12 @@ Feature: Create hearings workflow | Search for a location by name | cen,IA Court Center 1 | When I click continue in create hearing workflow + # Does this hearing need to be in Welsh? + Then I am on the create hearing page "Does this hearing need to be in Welsh?" + When In hearing page "Does this hearing need to be in Welsh?", I input values + | field | value | + | Does this hearing need to be in Welsh? | No | + When I click continue in create hearing workflow # Do you want a specific judge? Then I am on create hearing page "Do you want a specific judge?" From b451f88511f587a402c543726a938ef5703c493a Mon Sep 17 00:00:00 2001 From: StoeBenHMCTS Date: Fri, 19 Jul 2024 11:25:39 +0100 Subject: [PATCH 05/27] adds the new step to navigation comtrols --- .../hearings/createHearingNavigationControls.feature | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/test_codecept/ngIntegration/tests/features/hearings/createHearingNavigationControls.feature b/test_codecept/ngIntegration/tests/features/hearings/createHearingNavigationControls.feature index af9aeb3428..11e3747918 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/createHearingNavigationControls.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/createHearingNavigationControls.feature @@ -67,6 +67,13 @@ Feature: Create hearings workflow navigation controls | Search for a location by name | cen,IA Court Center 1 | When I click continue in create hearing workflow + # Does this hearing need to be in Welsh? + Then I am on the create hearing page "Does this hearing need to be in Welsh?" + When In hearing page "Does this hearing need to be in Welsh?", I input values + | field | value | + | Does this hearing need to be in Welsh? | No | + When I click continue in create hearing workflow + # Do you want a specific judge? Then I am on create hearing page "Do you want a specific judge?" @@ -126,7 +133,10 @@ Feature: Create hearings workflow navigation controls # Then I am on create hearing page "Do you require a panel for this hearing?" When In create hearing work flow, I click back link - Then I am on create hearing page "Do you want a specific judge?" + Then I am on create hearing page "Does this hearing need to be in Welsh?" + + When In create hearing work flow, I click back link + Then I am on create hearing page "What are the hearing venue details?" When In create hearing work flow, I click back link Then I am on create hearing page "What are the hearing venue details?" From 3a4b7599278103f35b81d5777d340ded41fd586b Mon Sep 17 00:00:00 2001 From: StoeBenHMCTS Date: Fri, 19 Jul 2024 13:44:24 +0100 Subject: [PATCH 06/27] adds some more testing --- .../hearings/createHearingWorkflow/createhearingWorkflow.js | 2 +- .../tests/features/hearings/hearingActuals.feature | 2 +- .../hearings/viewEditHearings/edithearingSubPages.feature | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test_codecept/e2e/features/pageObjects/hearings/createHearingWorkflow/createhearingWorkflow.js b/test_codecept/e2e/features/pageObjects/hearings/createHearingWorkflow/createhearingWorkflow.js index d82b214b26..dd4baf686d 100644 --- a/test_codecept/e2e/features/pageObjects/hearings/createHearingWorkflow/createhearingWorkflow.js +++ b/test_codecept/e2e/features/pageObjects/hearings/createHearingWorkflow/createhearingWorkflow.js @@ -30,6 +30,7 @@ class CreateHearingWorkflow{ "What stage is this hearing at?": new HearingStagePage(), "Participant attendance": new ParticipantAttendancePage(), "What are the hearing venue details?": new HearingVenueDetails(), + "Does this hearing need to be in Welsh?" : new HearingWelshPage(), "Do you want a specific judge?": new HearingJudgePage(), "Do you require a panel for this hearing?" : new HearingPanelPage(), "Length, date and priority level of hearing" : new HearingTimingPage(), @@ -37,7 +38,6 @@ class CreateHearingWorkflow{ "Enter any additional instructions for the hearing": new HearingAdditionalInstructionsPage(), "Check your answers before sending your request": new HearingCreateEditSummaryPage(), "Hearing request submitted": new HearingSubmitConfirmationPage(), - "Does this hearing need to be in Welsh?" : new HearingWelshPage(), "Provide a reason for changing this hearing": new HearingChangeReasonsPage() } diff --git a/test_codecept/ngIntegration/tests/features/hearings/hearingActuals.feature b/test_codecept/ngIntegration/tests/features/hearings/hearingActuals.feature index 844aedbe3b..31d7780d16 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/hearingActuals.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/hearingActuals.feature @@ -107,7 +107,7 @@ Feature: Hearings : Actuals update # | What stage is this hearing at? | What stage is this hearing at? | Request a hearing for Mock Test case public case name | # | Will this be a paper hearing? | Participant attendance | Request a hearing for Mock Test case public case name | # | What are the hearing venue details? | What are the hearing venue details? | Request a hearing for Mock Test case public case name | -# # | Does this hearing need to be in Welsh? | Does this hearing need to be in Welsh? | Request a hearing for Mock Test case public case name | +# | Does this hearing need to be in Welsh? | Does this hearing need to be in Welsh? | Request a hearing for Mock Test case public case name | # | Do you want a specific judge? | Do you want a specific judge? | Request a hearing for Mock Test case public case name | # | Length of hearing | Length, date and priority level of hearing | Request a hearing for Mock Test case public case name | # | Does the hearing need to take place on a specific date? | Length, date and priority level of hearing | Request a hearing for Mock Test case public case name | diff --git a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingSubPages.feature b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingSubPages.feature index efe2e329ad..dc3d672583 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingSubPages.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingSubPages.feature @@ -43,7 +43,7 @@ Feature: Hearings : Edit hearing sub pages | What stage is this hearing at? | What stage is this hearing at? | Request a hearing for Mock Test case public case name | | Will this be a paper hearing? | Participant attendance | Request a hearing for Mock Test case public case name | | What are the hearing venue details? | What are the hearing venue details? | Request a hearing for Mock Test case public case name | - # | Does this hearing need to be in Welsh? | Does this hearing need to be in Welsh? | Request a hearing for Mock Test case public case name | + | Does this hearing need to be in Welsh? | Does this hearing need to be in Welsh? | Request a hearing for Mock Test case public case name | | Do you want a specific judge? | Do you want a specific judge? | Request a hearing for Mock Test case public case name | | Length of hearing | Length, date and priority level of hearing | Request a hearing for Mock Test case public case name | | Does the hearing need to take place on a specific date? | Length, date and priority level of hearing | Request a hearing for Mock Test case public case name | From d3c9764c9efcb5c07e2b6da06caf237080b4757d Mon Sep 17 00:00:00 2001 From: StoeBenHMCTS Date: Fri, 19 Jul 2024 16:32:36 +0100 Subject: [PATCH 07/27] removes a pievce of the step string --- .../tests/features/hearings/createHearing.feature | 6 +++--- .../hearings/createHearingNavigationControls.feature | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature b/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature index 4da9e4e232..1fa9ed91db 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature @@ -92,7 +92,7 @@ Feature: Create hearings workflow When I click continue in create hearing workflow # Does this hearing need to be in Welsh? - Then I am on the create hearing page "Does this hearing need to be in Welsh?" + Then I am on create hearing page "Does this hearing need to be in Welsh?" When In hearing page "Does this hearing need to be in Welsh?", I input values | field | value | | Does this hearing need to be in Welsh? | No | @@ -247,7 +247,7 @@ Feature: Create hearings workflow When I click continue in create hearing workflow # Does this hearing need to be in Welsh? - Then I am on the create hearing page "Does this hearing need to be in Welsh?" + Then I am on create hearing page "Does this hearing need to be in Welsh?" When In hearing page "Does this hearing need to be in Welsh?", I input values | field | value | | Does this hearing need to be in Welsh? | No | @@ -398,7 +398,7 @@ Feature: Create hearings workflow When I click continue in create hearing workflow # Does this hearing need to be in Welsh? - Then I am on the create hearing page "Does this hearing need to be in Welsh?" + Then I am on create hearing page "Does this hearing need to be in Welsh?" When In hearing page "Does this hearing need to be in Welsh?", I input values | field | value | | Does this hearing need to be in Welsh? | No | diff --git a/test_codecept/ngIntegration/tests/features/hearings/createHearingNavigationControls.feature b/test_codecept/ngIntegration/tests/features/hearings/createHearingNavigationControls.feature index 11e3747918..d687eb97fb 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/createHearingNavigationControls.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/createHearingNavigationControls.feature @@ -68,7 +68,7 @@ Feature: Create hearings workflow navigation controls When I click continue in create hearing workflow # Does this hearing need to be in Welsh? - Then I am on the create hearing page "Does this hearing need to be in Welsh?" + Then I am on create hearing page "Does this hearing need to be in Welsh?" When In hearing page "Does this hearing need to be in Welsh?", I input values | field | value | | Does this hearing need to be in Welsh? | No | From becf8a1bfb5e758797f9b5ce01701b70485ed213 Mon Sep 17 00:00:00 2001 From: StoeBenHMCTS Date: Mon, 22 Jul 2024 11:07:19 +0100 Subject: [PATCH 08/27] tries to fix these 2 failing tests --- .../tests/features/hearings/createHearing.feature | 15 --------------- .../createHearingNavigationControls.feature | 10 ---------- 2 files changed, 25 deletions(-) diff --git a/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature b/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature index 1fa9ed91db..0c574622cf 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature @@ -246,13 +246,6 @@ Feature: Create hearings workflow | Search for a location by name | cen,IA Court Center 1 | When I click continue in create hearing workflow - # Does this hearing need to be in Welsh? - Then I am on create hearing page "Does this hearing need to be in Welsh?" - When In hearing page "Does this hearing need to be in Welsh?", I input values - | field | value | - | Does this hearing need to be in Welsh? | No | - When I click continue in create hearing workflow - # Do you want a specific judge? Then I am on create hearing page "Do you want a specific judge?" When In create hearing page "Do you want a specific judge?", I input values @@ -397,13 +390,6 @@ Feature: Create hearings workflow | Search for a location by name | cen,IA Court Center 1 | When I click continue in create hearing workflow - # Does this hearing need to be in Welsh? - Then I am on create hearing page "Does this hearing need to be in Welsh?" - When In hearing page "Does this hearing need to be in Welsh?", I input values - | field | value | - | Does this hearing need to be in Welsh? | No | - When I click continue in create hearing workflow - # Do you want a specific judge? Then I am on create hearing page "Do you want a specific judge?" @@ -576,7 +562,6 @@ Feature: Create hearings workflow # When I click continue in create hearing workflow - # What are the hearing venue details? Then I am on create hearing page "Length, date and priority level of hearing" When In create hearing page "Length, date and priority level of hearing", I input values diff --git a/test_codecept/ngIntegration/tests/features/hearings/createHearingNavigationControls.feature b/test_codecept/ngIntegration/tests/features/hearings/createHearingNavigationControls.feature index d687eb97fb..021a1a143a 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/createHearingNavigationControls.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/createHearingNavigationControls.feature @@ -67,13 +67,6 @@ Feature: Create hearings workflow navigation controls | Search for a location by name | cen,IA Court Center 1 | When I click continue in create hearing workflow - # Does this hearing need to be in Welsh? - Then I am on create hearing page "Does this hearing need to be in Welsh?" - When In hearing page "Does this hearing need to be in Welsh?", I input values - | field | value | - | Does this hearing need to be in Welsh? | No | - When I click continue in create hearing workflow - # Do you want a specific judge? Then I am on create hearing page "Do you want a specific judge?" @@ -132,9 +125,6 @@ Feature: Create hearings workflow navigation controls # When In create hearing work flow, I click back link # Then I am on create hearing page "Do you require a panel for this hearing?" - When In create hearing work flow, I click back link - Then I am on create hearing page "Does this hearing need to be in Welsh?" - When In create hearing work flow, I click back link Then I am on create hearing page "What are the hearing venue details?" From 08e79b899e7f9fc41e318db2ce1b5c3224a6aa38 Mon Sep 17 00:00:00 2001 From: StoeBenHMCTS Date: Mon, 22 Jul 2024 12:09:01 +0100 Subject: [PATCH 09/27] adds this update as a teat --- .../ngIntegration/tests/features/hearings/createHearing.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature b/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature index 0c574622cf..16f44f05a0 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature @@ -534,7 +534,7 @@ Feature: Create hearings workflow Then I am on create hearing page "What are the hearing venue details?" When In create hearing page "What are the hearing venue details?", I input values | field | value | - | Search for a location by name | Wal,IA Court Center Wales | + | Search for a location by name | Wal,SCSS Court Center Wales | When I click continue in create hearing workflow From 7092bd6c90b0fab8ac4a587d69083a4c986bdd3f Mon Sep 17 00:00:00 2001 From: StoeBenHMCTS Date: Mon, 22 Jul 2024 13:03:33 +0100 Subject: [PATCH 10/27] fixes typo adds another test step --- .../tests/features/hearings/createHearing.feature | 2 +- .../hearings/createHearingNavigationControls.feature | 7 +++---- .../viewEditHearings/hearingActions_preCR84.feature | 7 +++++++ 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature b/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature index 16f44f05a0..e2c38148ed 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature @@ -534,7 +534,7 @@ Feature: Create hearings workflow Then I am on create hearing page "What are the hearing venue details?" When In create hearing page "What are the hearing venue details?", I input values | field | value | - | Search for a location by name | Wal,SCSS Court Center Wales | + | Search for a location by name | Wal,SSCS Court Center Wales | When I click continue in create hearing workflow diff --git a/test_codecept/ngIntegration/tests/features/hearings/createHearingNavigationControls.feature b/test_codecept/ngIntegration/tests/features/hearings/createHearingNavigationControls.feature index 021a1a143a..3de0def184 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/createHearingNavigationControls.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/createHearingNavigationControls.feature @@ -1,5 +1,5 @@ -@ng @functional_enabled +@ng @functional_enabled @functional_debug Feature: Create hearings workflow navigation controls Background: create hearing @@ -126,7 +126,7 @@ Feature: Create hearings workflow navigation controls # Then I am on create hearing page "Do you require a panel for this hearing?" When In create hearing work flow, I click back link - Then I am on create hearing page "What are the hearing venue details?" + Then I am on create hearing page "Do you want a specific judge?" When In create hearing work flow, I click back link Then I am on create hearing page "What are the hearing venue details?" @@ -158,5 +158,4 @@ Feature: Create hearings workflow navigation controls When In create hearing check your answers page, I click change link for field "Length of hearing" Then I am on create hearing page "Length, date and priority level of hearing" # When In create hearing work flow, I click back link - # Then I am on create hearing page "Do you require a panel for this hearing?" - + # Then I am on create hearing page "Do you require a panel for this hearing?" \ No newline at end of file diff --git a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/hearingActions_preCR84.feature b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/hearingActions_preCR84.feature index 32ffb2ed8e..5a58ab8754 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/hearingActions_preCR84.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/hearingActions_preCR84.feature @@ -122,6 +122,13 @@ Feature: Hearings CR84 OFF: View or edit action | field | value | | Search for a location by name | cen,IA Court Center 2 | + When I click continue in hearing workflow + + Then I am on hearings workflow page "Does this hearing need to be in Welsh?" + When In hearing page "Does this hearing need to be in Welsh?", I input values + | field | value | + | Does this hearing need to be in Welsh? | No | + When I click continue in hearing workflow Then I validate view or edit hearing page displayed From 1b0b743971074c709df2f959313efc1b7b845e85 Mon Sep 17 00:00:00 2001 From: StoeBenHMCTS Date: Mon, 22 Jul 2024 14:10:22 +0100 Subject: [PATCH 11/27] tries again with new test steps --- .../tests/features/hearings/createHearing.feature | 3 --- .../viewEditHearings/edithearingManulaUpdateLabels.feature | 4 ++-- .../hearings/viewEditHearings/hearingActions_preCR84.feature | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature b/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature index e2c38148ed..eed28b5ef1 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature @@ -532,9 +532,6 @@ Feature: Create hearings workflow # What are the hearing venue details? Then I am on create hearing page "What are the hearing venue details?" - When In create hearing page "What are the hearing venue details?", I input values - | field | value | - | Search for a location by name | Wal,SSCS Court Center Wales | When I click continue in create hearing workflow diff --git a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature index 7fd9919083..fab5ca68fe 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature @@ -147,10 +147,10 @@ Feature: Hearings CR84: Manual update labels # Hearing venue start When In view or edit hearing page, I click change link for field "What are the hearing venue details" Then I am on hearings workflow page "What are the hearing venue details?" - Then debug sleep minutes 5 + When In hearing page "What are the hearing venue details?", I input values | field | value | - | Search for a location by name | cen,IA Court Center Wales | + | Search for a location by name | cen,IA Court Center 2 | When I click continue in hearing workflow diff --git a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/hearingActions_preCR84.feature b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/hearingActions_preCR84.feature index 5a58ab8754..f08c6a2b6a 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/hearingActions_preCR84.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/hearingActions_preCR84.feature @@ -144,7 +144,7 @@ Feature: Hearings CR84 OFF: View or edit action Then I validate fields displayed in view or edit hearing page | field | value | changeLinkDisplay | amendedFlagDisplayed_preCR84 | - | What are the hearing venue details | IA Court Center 2 | true | AMENDED | + | What are the hearing venue details | IA Court Center Wales, IA Court Center 2 | true | AMENDED | # Hearing venue end From 66926fb34fa89ff2760ed032d84b8d8d0b4e2314 Mon Sep 17 00:00:00 2001 From: StoeBenHMCTS Date: Mon, 22 Jul 2024 16:06:11 +0100 Subject: [PATCH 12/27] changes for the create flow --- .../tests/features/hearings/createHearing.feature | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature b/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature index eed28b5ef1..0c574622cf 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature @@ -532,6 +532,9 @@ Feature: Create hearings workflow # What are the hearing venue details? Then I am on create hearing page "What are the hearing venue details?" + When In create hearing page "What are the hearing venue details?", I input values + | field | value | + | Search for a location by name | Wal,IA Court Center Wales | When I click continue in create hearing workflow From ac7b7e4b84a149920c564e3484e366e54a8b57c6 Mon Sep 17 00:00:00 2001 From: StoeBenHMCTS Date: Mon, 22 Jul 2024 17:24:59 +0100 Subject: [PATCH 13/27] tries another way to fix the create flow --- .../ngIntegration/tests/features/hearings/createHearing.feature | 2 +- .../hearings/viewEditHearings/hearingActions_preCR84.feature | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature b/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature index 0c574622cf..99efc6c04d 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/createHearing.feature @@ -534,7 +534,7 @@ Feature: Create hearings workflow Then I am on create hearing page "What are the hearing venue details?" When In create hearing page "What are the hearing venue details?", I input values | field | value | - | Search for a location by name | Wal,IA Court Center Wales | + | Search for a location by name | cen,IA Court Center 2 | When I click continue in create hearing workflow diff --git a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/hearingActions_preCR84.feature b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/hearingActions_preCR84.feature index f08c6a2b6a..64571893cb 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/hearingActions_preCR84.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/hearingActions_preCR84.feature @@ -177,8 +177,6 @@ Feature: Hearings CR84 OFF: View or edit action # Language requirements end - - # Judge details start When In view or edit hearing page, I click change link for field "Do you want a specific judge?" Then I am on hearings workflow page "Do you want a specific judge?" From 5901ffded1548703148b8cca7c331f9682ba2d43 Mon Sep 17 00:00:00 2001 From: StoeBenHMCTS Date: Tue, 23 Jul 2024 14:55:33 +0100 Subject: [PATCH 14/27] adds a test --- .../viewEditHearings/edithearingManulaUpdateLabels.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature index fab5ca68fe..5947e7f5e7 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature @@ -150,7 +150,7 @@ Feature: Hearings CR84: Manual update labels When In hearing page "What are the hearing venue details?", I input values | field | value | - | Search for a location by name | cen,IA Court Center 2 | + | Search for a location by name | Wal,IA Court Center Wales | When I click continue in hearing workflow From ee1f6dfec2442ed6ac2315ac82a2516e5edd6e35 Mon Sep 17 00:00:00 2001 From: StoeBenHMCTS Date: Tue, 23 Jul 2024 14:56:16 +0100 Subject: [PATCH 15/27] overwrites the last test --- .../viewEditHearings/edithearingManulaUpdateLabels.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature index 5947e7f5e7..36223b57ce 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature @@ -169,7 +169,7 @@ Feature: Hearings CR84: Manual update labels # Then debug sleep minutes 1 Then I validate fields displayed in view or edit hearing page | field | value | changeLinkDisplay | amendedFlagDisplay | - | What are the hearing venue details | IA Court Center 2 | true | AMENDED | + | What are the hearing venue details | IA Court Center Wales | true | AMENDED | # Hearing venue end From a990c4efaf3c2141fcdd6ffa90af2a29b68837e7 Mon Sep 17 00:00:00 2001 From: StoeBenHMCTS Date: Tue, 23 Jul 2024 15:48:08 +0100 Subject: [PATCH 16/27] puts everything back --- .../viewEditHearings/edithearingManulaUpdateLabels.feature | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature index 36223b57ce..0400cfab3f 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature @@ -150,7 +150,7 @@ Feature: Hearings CR84: Manual update labels When In hearing page "What are the hearing venue details?", I input values | field | value | - | Search for a location by name | Wal,IA Court Center Wales | + | Search for a location by name | Wal,IA Court Center 1 | When I click continue in hearing workflow @@ -166,10 +166,9 @@ Feature: Hearings CR84: Manual update labels | Linked hearings | | | Additional instructions | | -# Then debug sleep minutes 1 Then I validate fields displayed in view or edit hearing page | field | value | changeLinkDisplay | amendedFlagDisplay | - | What are the hearing venue details | IA Court Center Wales | true | AMENDED | + | What are the hearing venue details | IA Court Center 1 | true | AMENDED | # Hearing venue end From 5dcb005ea23f7297f08d41860e685a2b222f1411 Mon Sep 17 00:00:00 2001 From: StoeBenHMCTS Date: Tue, 23 Jul 2024 17:14:23 +0100 Subject: [PATCH 17/27] adds another small update --- .../viewEditHearings/edithearingManulaUpdateLabels.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature index 0400cfab3f..2c46a711ff 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature @@ -150,7 +150,7 @@ Feature: Hearings CR84: Manual update labels When In hearing page "What are the hearing venue details?", I input values | field | value | - | Search for a location by name | Wal,IA Court Center 1 | + | Search for a location by name | cen,IA Court Center 1 | When I click continue in hearing workflow From 2ca45aaa85730b96347e5ab030dfefe78b88b61a Mon Sep 17 00:00:00 2001 From: StoeBenHMCTS Date: Wed, 24 Jul 2024 09:26:43 +0100 Subject: [PATCH 18/27] adds a wait time --- .../viewEditHearings/edithearingManulaUpdateLabels.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature index 2c46a711ff..0ebcb993a7 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature @@ -154,6 +154,8 @@ Feature: Hearings CR84: Manual update labels When I click continue in hearing workflow + Then debug sleep minutes 1 + Then I validate Edit hearing page displayed From 49e47f083d55b7598de640b2ae3837647713fc9c Mon Sep 17 00:00:00 2001 From: StoeBenHMCTS Date: Wed, 24 Jul 2024 15:30:04 +0100 Subject: [PATCH 19/27] adds this to test which step causes issues --- .../edithearingManulaUpdateLabels.feature | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature index 0ebcb993a7..405c114477 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature @@ -158,20 +158,6 @@ Feature: Hearings CR84: Manual update labels Then I validate Edit hearing page displayed - - Then I validate edit hearing section heading labels - | Heading | Label | - | Stage | AMENDED | - | Hearing venue | AMENDED | - | Language requirements | | - | Judge details | | - | Linked hearings | | - | Additional instructions | | - - Then I validate fields displayed in view or edit hearing page - | field | value | changeLinkDisplay | amendedFlagDisplay | - | What are the hearing venue details | IA Court Center 1 | true | AMENDED | - # Hearing venue end # Language requirements start From aa810d244ecd87ca0d0e02b846c6ddf44139dd48 Mon Sep 17 00:00:00 2001 From: StoeBenHMCTS Date: Thu, 25 Jul 2024 09:07:29 +0100 Subject: [PATCH 20/27] tries putting it back --- .../edithearingManulaUpdateLabels.feature | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature index 405c114477..47eaa2ce33 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature @@ -150,14 +150,25 @@ Feature: Hearings CR84: Manual update labels When In hearing page "What are the hearing venue details?", I input values | field | value | - | Search for a location by name | cen,IA Court Center 1 | - + | Search for a location by name | wal,IA Court Center Wales | When I click continue in hearing workflow - Then debug sleep minutes 1 - + Then I validate Edit hearing page displayed + Then I validate edit hearing section heading labels + | Heading | Label | + | Stage | AMENDED | + | Hearing venue | AMENDED | + | Language requirements | | + | Judge details | | + | Linked hearings | | + | Additional instructions | | + + Then I validate fields displayed in view or edit hearing page + | field | value | changeLinkDisplay | amendedFlagDisplay | + | What are the hearing venue details | IA Court Center Wales | true | AMENDED | + # Hearing venue end # Language requirements start From 27c9477b9bf00a79ad88bdddd5e41aa96ab0acc7 Mon Sep 17 00:00:00 2001 From: StoeBenHMCTS Date: Thu, 25 Jul 2024 10:15:47 +0100 Subject: [PATCH 21/27] adds a different welsh court type --- package.json | 2 +- .../viewEditHearings/edithearingManulaUpdateLabels.feature | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c85feafbf4..e1b63617a4 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "test-pact": "NODE_PATH=. NODE_CONFIG_DIR=./config LOG_LEVEL=error mocha --timeout 10000 -r ts-node/register -r dotenv-extended/config api/test/pact/**/*.spec.ts dotenv_config_defaults=./api/.env.defaults", "test:pact:run-and-publish": "yarn test-pact && yarn publish-pact", "test:backendMock": "DEBUG=true nodemon test_codecept/backendMock/app --standalone", - "test:codeceptE2EDebug": "TEST_TYPE=e2e npx codeceptjs run --plugins retryFailedStep --plugins cucumberJsonReporter --config ./test_codecept/codeceptCommon/codecept.conf.ts --features --grep @functional_debug", + "test:codeceptE2EDebug": "TEST_TYPE=e2e npx codeceptjs run --plugins retryFailedStep --plugins cucumberJsonReporter --config ./test_codecept/codeceptCommon/codecept.conf.ts --features --grep @trying_fix", "test:codeceptE2E": "PARALLEL=true TEST_TYPE=e2e npx codeceptjs run-workers --suites 4 --plugins cucumberJsonReporter --plugins retryFailedStep --config ./test_codecept/codeceptCommon/codecept.conf.ts --features --grep functional_enabled", "test:xuiIntegrationDebug": "DEBUG=true NODE_CONFIG_ENV=mock TEST_TYPE=ngIntegration npx codeceptjs run -p pauseOnFail --config ./test_codecept/codeceptCommon/codecept.conf.ts --features --grep '(?=.*@functional_debug)^(?!.*@ignore)' ", "test:xuiIntegration": "yarn build && node ./test_codecept/backendMock/configCopy.js && NODE_CONFIG_ENV=mock TEST_TYPE=ngIntegration PARALLEL=true npx codeceptjs run-workers --suites 8 --config ./test_codecept/codeceptCommon/codecept.conf.ts --features --grep '(?=.*@functional_enabled)^(?!.*@ignore)' ", diff --git a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature index 47eaa2ce33..5357a5d33b 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature @@ -1,5 +1,5 @@ -@ng @functional_enabled @functional_debug +@ng @functional_enabled @ftrying_fix Feature: Hearings CR84: Manual update labels https://tools.hmcts.net/jira/browse/EUI-9096 @@ -150,7 +150,7 @@ Feature: Hearings CR84: Manual update labels When In hearing page "What are the hearing venue details?", I input values | field | value | - | Search for a location by name | wal,IA Court Center Wales | + | Search for a location by name | wal,CIVIL Court Center Wales | When I click continue in hearing workflow @@ -167,7 +167,7 @@ Feature: Hearings CR84: Manual update labels Then I validate fields displayed in view or edit hearing page | field | value | changeLinkDisplay | amendedFlagDisplay | - | What are the hearing venue details | IA Court Center Wales | true | AMENDED | + | What are the hearing venue details | CIVIL Court Center Wales | true | AMENDED | # Hearing venue end From 567b18d6ba62580fefc6c6b922e5ef62d0e1854b Mon Sep 17 00:00:00 2001 From: StoeBenHMCTS Date: Thu, 25 Jul 2024 12:05:54 +0100 Subject: [PATCH 22/27] removes console logs and adds a debug wait --- package.json | 2 +- test_codecept/backendMock/services/rdLocation/index.js | 7 +------ test_codecept/backendMock/services/rdLocation/routes.js | 5 ----- .../viewEditHearings/edithearingManulaUpdateLabels.feature | 4 +++- 4 files changed, 5 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index e1b63617a4..c85feafbf4 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "test-pact": "NODE_PATH=. NODE_CONFIG_DIR=./config LOG_LEVEL=error mocha --timeout 10000 -r ts-node/register -r dotenv-extended/config api/test/pact/**/*.spec.ts dotenv_config_defaults=./api/.env.defaults", "test:pact:run-and-publish": "yarn test-pact && yarn publish-pact", "test:backendMock": "DEBUG=true nodemon test_codecept/backendMock/app --standalone", - "test:codeceptE2EDebug": "TEST_TYPE=e2e npx codeceptjs run --plugins retryFailedStep --plugins cucumberJsonReporter --config ./test_codecept/codeceptCommon/codecept.conf.ts --features --grep @trying_fix", + "test:codeceptE2EDebug": "TEST_TYPE=e2e npx codeceptjs run --plugins retryFailedStep --plugins cucumberJsonReporter --config ./test_codecept/codeceptCommon/codecept.conf.ts --features --grep @functional_debug", "test:codeceptE2E": "PARALLEL=true TEST_TYPE=e2e npx codeceptjs run-workers --suites 4 --plugins cucumberJsonReporter --plugins retryFailedStep --config ./test_codecept/codeceptCommon/codecept.conf.ts --features --grep functional_enabled", "test:xuiIntegrationDebug": "DEBUG=true NODE_CONFIG_ENV=mock TEST_TYPE=ngIntegration npx codeceptjs run -p pauseOnFail --config ./test_codecept/codeceptCommon/codecept.conf.ts --features --grep '(?=.*@functional_debug)^(?!.*@ignore)' ", "test:xuiIntegration": "yarn build && node ./test_codecept/backendMock/configCopy.js && NODE_CONFIG_ENV=mock TEST_TYPE=ngIntegration PARALLEL=true npx codeceptjs run-workers --suites 8 --config ./test_codecept/codeceptCommon/codecept.conf.ts --features --grep '(?=.*@functional_enabled)^(?!.*@ignore)' ", diff --git a/test_codecept/backendMock/services/rdLocation/index.js b/test_codecept/backendMock/services/rdLocation/index.js index f9d9fec847..876ab852e5 100644 --- a/test_codecept/backendMock/services/rdLocation/index.js +++ b/test_codecept/backendMock/services/rdLocation/index.js @@ -15,7 +15,6 @@ const locationServiceCodes = { class RDLocationService{ constructor(){ - console.log('in RDLocationService constructor'); this.caseManagementLocations = []; this.locationsConfig = [ { @@ -60,7 +59,6 @@ class RDLocationService{ ]; this.setupMockCaseManagementLocations(); - // console.log('service config locations', JSON.stringify(this.locationsConfig)); } setupMockCaseManagementLocations(){ @@ -78,13 +76,11 @@ class RDLocationService{ temp.site_name = `${service} Court Center ${i}`; temp.court_type_id = typeIds[0]; temp.court_type = `${service} Court`; - serviceConf.locations.push(temp); - console.log('mocked location 1 ', serviceConf.locations); + serviceConf.locations.push(temp) } const temp = this.getMockLocations(); temp.epimms_id = (index + 20) + ''; - // temp.epimms_id = index + ''; temp.is_case_management_location = 'Y'; temp.court_name = `${service} Court Center Wales`; temp.venue_name = `${service} Court Center Wales`; @@ -93,7 +89,6 @@ class RDLocationService{ temp.court_type = `${service} Court`; temp.region = 'Wales'; temp.region_id = "7"; - console.log('mocked location 2', temp); serviceConf.locations.push(temp) }) } diff --git a/test_codecept/backendMock/services/rdLocation/routes.js b/test_codecept/backendMock/services/rdLocation/routes.js index dc25bef718..6e04ef18d8 100644 --- a/test_codecept/backendMock/services/rdLocation/routes.js +++ b/test_codecept/backendMock/services/rdLocation/routes.js @@ -9,18 +9,14 @@ const userApiData = require('../userApiData') router.get('/court-venues', (req, res) => { - console.log('!!!!!!!!!!!! in rdLocation, routesJs -- /court-venues'); const locationId = req.query['epimms_id']; const locations = service.getLocationById(locationId); - console.log('court-venues locations -> ', locations); - console.log('court-venues epimms_id -> ', locationId); // res.send(locations) userApiData.sendResponse(req, res, "onSearchLocationById", () => locations) }); router.get('/court-venues/venue-search?', (req, res) => { - console.log('!!!!!!!!!!!! in rdLocation, routesJs -- /court-venues/venue-search?'); const serviceIds = req.query['court-type-id'].split(','); const locationType = req.query.locationType; const searchTerm = req.query['search-string']; @@ -32,7 +28,6 @@ router.get('/court-venues/venue-search?', (req, res) => { }); router.get('/court-venues/services', (req, res) => { - console.log('!!!!!!!!!!!! in rdLocation, routesJs -- /court-venues/services'); const service_code = req.query.service_code userApiData.sendResponse(req, res, "onServiceLocations", () => service.getServiceLocations(service_code)) diff --git a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature index 5357a5d33b..2138cfd0cb 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature @@ -1,5 +1,5 @@ -@ng @functional_enabled @ftrying_fix +@ng @functional_enabled @functional_debug Feature: Hearings CR84: Manual update labels https://tools.hmcts.net/jira/browse/EUI-9096 @@ -154,6 +154,8 @@ Feature: Hearings CR84: Manual update labels When I click continue in hearing workflow + Then debug sleep minutes 1 + Then I validate Edit hearing page displayed Then I validate edit hearing section heading labels From d89c2559ddeb53f321a907b831704ad589fa2df1 Mon Sep 17 00:00:00 2001 From: StoeBenHMCTS Date: Thu, 25 Jul 2024 15:00:41 +0100 Subject: [PATCH 23/27] removes the venue change to check whether language ever triggers --- .../edithearingManulaUpdateLabels.feature | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature index 2138cfd0cb..277b641dd8 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature @@ -145,32 +145,18 @@ Feature: Hearings CR84: Manual update labels # Hearing venue start - When In view or edit hearing page, I click change link for field "What are the hearing venue details" - Then I am on hearings workflow page "What are the hearing venue details?" - - When In hearing page "What are the hearing venue details?", I input values - | field | value | - | Search for a location by name | wal,CIVIL Court Center Wales | - - When I click continue in hearing workflow - - Then debug sleep minutes 1 Then I validate Edit hearing page displayed Then I validate edit hearing section heading labels | Heading | Label | | Stage | AMENDED | - | Hearing venue | AMENDED | + | Hearing venue | | | Language requirements | | | Judge details | | | Linked hearings | | | Additional instructions | | - Then I validate fields displayed in view or edit hearing page - | field | value | changeLinkDisplay | amendedFlagDisplay | - | What are the hearing venue details | CIVIL Court Center Wales | true | AMENDED | - # Hearing venue end # Language requirements start From b86b1f07dfa981c88d83059947166f3ffaa91d1f Mon Sep 17 00:00:00 2001 From: StoeBenHMCTS Date: Thu, 25 Jul 2024 16:12:17 +0100 Subject: [PATCH 24/27] removes failing test --- .../edithearingManulaUpdateLabels.feature | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature index 277b641dd8..c9ad656566 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature @@ -175,7 +175,7 @@ Feature: Hearings CR84: Manual update labels Then I validate edit hearing section heading labels | Heading | Label | | Stage | AMENDED | - | Hearing venue | AMENDED | + | Hearing venue | | | Language requirements | AMENDED | | Judge details | | | Linked hearings | | @@ -204,7 +204,7 @@ Feature: Hearings CR84: Manual update labels Then I validate edit hearing section heading labels | Heading | Label | | Stage | AMENDED | - | Hearing venue | AMENDED | + | Hearing venue | | | Language requirements | AMENDED | | Judge details | AMENDED | | Linked hearings | | @@ -234,7 +234,7 @@ Feature: Hearings CR84: Manual update labels Then I validate edit hearing section heading labels | Heading | Label | | Stage | AMENDED | - | Hearing venue | AMENDED | + | Hearing venue | | | Language requirements | AMENDED | | Judge details | AMENDED | | Length, date and priority level of hearing | AMENDED | @@ -265,7 +265,7 @@ Feature: Hearings CR84: Manual update labels Then I validate edit hearing section heading labels | Heading | Label | | Stage | AMENDED | - | Hearing venue | AMENDED | + | Hearing venue | | | Language requirements | AMENDED | | Judge details | AMENDED | | Linked hearings | AMENDED | @@ -293,7 +293,7 @@ Feature: Hearings CR84: Manual update labels Then I validate edit hearing section heading labels | Heading | Label | | Stage | AMENDED | - | Hearing venue | AMENDED | + | Hearing venue | | | Language requirements | AMENDED | | Judge details | AMENDED | | Linked hearings | AMENDED | From 4fff533c7160b1e823d4854615abf048ebda7121 Mon Sep 17 00:00:00 2001 From: StoeBenHMCTS Date: Fri, 26 Jul 2024 09:16:12 +0100 Subject: [PATCH 25/27] removes failing part of test to check that where our errors are --- .../viewEditHearings/hearingActions_preCR84.feature | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/hearingActions_preCR84.feature b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/hearingActions_preCR84.feature index 64571893cb..9904a74afb 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/hearingActions_preCR84.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/hearingActions_preCR84.feature @@ -141,11 +141,7 @@ Feature: Hearings CR84 OFF: View or edit action | Judge details | | | Linked hearings | | | Additional instructions | | - - Then I validate fields displayed in view or edit hearing page - | field | value | changeLinkDisplay | amendedFlagDisplayed_preCR84 | - | What are the hearing venue details | IA Court Center Wales, IA Court Center 2 | true | AMENDED | - + # Hearing venue end # Language requirements start From fd847071dd23e5b7e1708470360d2c3b300da3b3 Mon Sep 17 00:00:00 2001 From: StoeBenHMCTS Date: Fri, 26 Jul 2024 15:20:08 +0100 Subject: [PATCH 26/27] adds some clean up --- .../viewEditHearings/edithearingManulaUpdateLabels.feature | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature index c9ad656566..432981e50b 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature @@ -36,7 +36,6 @@ Feature: Hearings CR84: Manual update labels Then I validate view hearing page Edit hearing button displayed is "true" When In view hearing page, I click Edit hearing button Then I validate Edit hearing page displayed - Then debug sleep minutes 2 Then I validate edit hearing section heading labels | Heading | Label | @@ -63,7 +62,7 @@ Feature: Hearings CR84: Manual update labels Then I validate edit hearing section heading labels | Heading | Label | # | Additional facilities | AMENDED | - | Stage | | + | Stage | | | Hearing venue | | | Language requirements | | | Judge details | | From 7032538cdfe36ef86bd6f2951b8a2b7f4e5f9b3b Mon Sep 17 00:00:00 2001 From: StoeBenHMCTS Date: Mon, 29 Jul 2024 11:45:56 +0100 Subject: [PATCH 27/27] removes debug flag --- .../features/hearings/createHearingNavigationControls.feature | 2 +- .../viewEditHearings/edithearingManulaUpdateLabels.feature | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test_codecept/ngIntegration/tests/features/hearings/createHearingNavigationControls.feature b/test_codecept/ngIntegration/tests/features/hearings/createHearingNavigationControls.feature index 3de0def184..89ffa41325 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/createHearingNavigationControls.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/createHearingNavigationControls.feature @@ -1,5 +1,5 @@ -@ng @functional_enabled @functional_debug +@ng @functional_enabled Feature: Create hearings workflow navigation controls Background: create hearing diff --git a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature index 432981e50b..248d093d0f 100644 --- a/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature +++ b/test_codecept/ngIntegration/tests/features/hearings/viewEditHearings/edithearingManulaUpdateLabels.feature @@ -1,5 +1,5 @@ -@ng @functional_enabled @functional_debug +@ng @functional_enabled Feature: Hearings CR84: Manual update labels https://tools.hmcts.net/jira/browse/EUI-9096