diff --git a/Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects.CypressTests/cypress/e2e/smoke/smoke-create-central-project-to-check-answers-page.cy.ts b/Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects.CypressTests/cypress/e2e/smoke/smoke-create-central-project-to-check-answers-page.cy.ts index 90ce29a41..df7ded397 100644 --- a/Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects.CypressTests/cypress/e2e/smoke/smoke-create-central-project-to-check-answers-page.cy.ts +++ b/Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects.CypressTests/cypress/e2e/smoke/smoke-create-central-project-to-check-answers-page.cy.ts @@ -178,7 +178,7 @@ describe("Smoke Test Create an individual Central project - (Up Until Check your .summaryShows("Project type").HasValue("Central").HasChangeLink() .summaryShows("Application number").HasValue(applicationNumber).HasChangeLink() .summaryShows("Application wave").HasValue(applicationWave).HasChangeLink() - .summaryShows("Temporary Project ID").HasValue(temporaryProjectId).HasChangeLink() + .summaryShows("Temporary project ID").HasValue(temporaryProjectId).HasChangeLink() .summaryShows("Current free school name").HasValue(schoolName).HasChangeLink() .summaryShows("Region").HasValue("East of England").HasChangeLink() .summaryShows("Local authority").HasValue("Luton").HasChangeLink() @@ -190,14 +190,14 @@ describe("Smoke Test Create an individual Central project - (Up Until Check your .summaryShows("Alternative provision").HasValue("Yes").HasChangeLink() .summaryShows("Special educational needs").HasValue("No").HasChangeLink() .summaryShows("School phase").HasValue("Secondary").HasChangeLink() - .summaryShows("Age range").HasValue("2-7").HasChangeLink() + .summaryShows("Age range").HasValue("2 to 7").HasChangeLink() .summaryShows("Nursery capacity").HasValue("200").HasChangeLink() .summaryShows("Reception to year 6 capacity").HasValue("0").HasChangeLink() .summaryShows("Year 7 to year 11 capacity").HasValue("400").HasChangeLink() .summaryShows("Year 12 to year 14 capacity").HasValue("150").HasChangeLink() .summaryShows("Faith status").HasValue("Designation").HasChangeLink() .summaryShows("Faith type").HasValue("Greek Orthodox").HasChangeLink() - .summaryShows("Provisional opening date agreed with trust").HasValue("1 October 2035").HasChangeLink() + .summaryShows("Provisional opening date").HasValue("1 October 2035").HasChangeLink() .summaryShows("Project assigned to").HasValue("joe bloggs").HasChangeLink() .summaryShows("Email").HasValue("test.person@education.gov.uk").HasChangeLink(); diff --git a/Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects.CypressTests/cypress/e2e/smoke/smoke-create-presumption-project-to-check-answers-page.cy.ts b/Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects.CypressTests/cypress/e2e/smoke/smoke-create-presumption-project-to-check-answers-page.cy.ts index f5afd0d81..adef6e304 100644 --- a/Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects.CypressTests/cypress/e2e/smoke/smoke-create-presumption-project-to-check-answers-page.cy.ts +++ b/Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects.CypressTests/cypress/e2e/smoke/smoke-create-presumption-project-to-check-answers-page.cy.ts @@ -151,7 +151,7 @@ import summaryPage from "cypress/pages/task-summary-base"; Logger.log("Check answers"); summaryPage.inOrder() .summaryShows("Project type").HasValue("Presumption").HasChangeLink() - .summaryShows("Temporary Project ID").HasValue(temporaryProjectId).HasChangeLink() + .summaryShows("Temporary project ID").HasValue(temporaryProjectId).HasChangeLink() .summaryShows("Current free school name").HasValue(schoolName).HasChangeLink() .summaryShows("Region").HasValue("East of England").HasChangeLink() .summaryShows("Local authority").HasValue("Luton").HasChangeLink() @@ -163,14 +163,14 @@ import summaryPage from "cypress/pages/task-summary-base"; .summaryShows("Alternative provision").HasValue("Yes").HasChangeLink() .summaryShows("Special educational needs").HasValue("No").HasChangeLink() .summaryShows("School phase").HasValue("Secondary").HasChangeLink() - .summaryShows("Age range").HasValue("2-7").HasChangeLink() + .summaryShows("Age range").HasValue("2 to 7").HasChangeLink() .summaryShows("Nursery capacity").HasValue("200").HasChangeLink() .summaryShows("Reception to year 6 capacity").HasValue("0").HasChangeLink() .summaryShows("Year 7 to year 11 capacity").HasValue("400").HasChangeLink() .summaryShows("Year 12 to year 14 capacity").HasValue("150").HasChangeLink() .summaryShows("Faith status").HasValue("Designation").HasChangeLink() .summaryShows("Faith type").HasValue("Greek Orthodox").HasChangeLink() - .summaryShows("Provisional opening date agreed with trust").HasValue("1 October 2035").HasChangeLink() + .summaryShows("Provisional opening date").HasValue("1 October 2035").HasChangeLink() .summaryShows("Project assigned to").HasValue("joe bloggs").HasChangeLink() .summaryShows("Email").HasValue("test.person@education.gov.uk").HasChangeLink(); diff --git a/release-notes.md b/release-notes.md index c759d07dc..06fae865e 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,3 +1,9 @@ +## 0.18.0 +* 182433 - Build: education brief iteration +* 153165 - Build: Iterate 'check your answers' page +* 177404 - Build: Iterate 'About the project' navigation +* 185401 - Build: update bulk edit summary card titles + ## 0.17.1 * 186000 - Fixed school phase field not writing to database in the right format