diff --git a/Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects.CypressTests/cypress/e2e/tasks/Getting-ready-to-open/ofsted-pre-registration.cy.ts b/Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects.CypressTests/cypress/e2e/tasks/Getting-ready-to-open/ofsted-pre-registration.cy.ts index 871ffec80..851cc03aa 100644 --- a/Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects.CypressTests/cypress/e2e/tasks/Getting-ready-to-open/ofsted-pre-registration.cy.ts +++ b/Dfe.ManageFreeSchoolProjects/Dfe.ManageFreeSchoolProjects.CypressTests/cypress/e2e/tasks/Getting-ready-to-open/ofsted-pre-registration.cy.ts @@ -41,7 +41,7 @@ describe("Testing the ofsted pre registration", () => { .summaryShows("Added the block and contact details to openers spreadsheet").IsEmpty().HasChangeLink() .summaryShows("Shared the outcome with the trust").IsEmpty().HasChangeLink() .summaryShows("Any actions to meet conditions have been completed").IsEmpty().HasChangeLink() - .summaryShows("Date that inspection and any actions completed").IsEmpty().HasChangeLink() + .summaryShows("Date that inspection and any actions were completed").IsEmpty().HasChangeLink() .summaryShows("Requested that the school is changed to 'proposed to open' on GIAS").IsEmpty().HasChangeLink() .summaryShows("Saved inspection documents and G6 agreement in Workplaces folder").IsEmpty().HasChangeLink() .isNotMarkedAsComplete(); @@ -63,7 +63,7 @@ describe("Testing the ofsted pre registration", () => { .summaryShows("Added the block and contact details to openers spreadsheet").IsEmpty().HasChangeLink() .summaryShows("Shared the outcome with the trust").IsEmpty().HasChangeLink() .summaryShows("Any actions to meet conditions have been completed").IsEmpty().HasChangeLink() - .summaryShows("Date that inspection and any actions completed").IsEmpty().HasChangeLink() + .summaryShows("Date that inspection and any actions were completed").IsEmpty().HasChangeLink() .summaryShows("Requested that the school is changed to 'proposed to open' on GIAS").IsEmpty().HasChangeLink() .summaryShows("Saved inspection documents and G6 agreement in Workplaces folder").IsEmpty().HasChangeLink() .isNotMarkedAsComplete() @@ -86,7 +86,7 @@ describe("Testing the ofsted pre registration", () => { .summaryShows("Added the block and contact details to openers spreadsheet").IsEmpty().HasChangeLink() .summaryShows("Shared the outcome with the trust").IsEmpty().HasChangeLink() .summaryShows("Any actions to meet conditions have been completed").IsEmpty().HasChangeLink() - .summaryShows("Date that inspection and any actions completed").IsEmpty().HasChangeLink() + .summaryShows("Date that inspection and any actions were completed").IsEmpty().HasChangeLink() .summaryShows("Requested that the school is changed to 'proposed to open' on GIAS").IsEmpty().HasChangeLink() .summaryShows("Saved inspection documents and G6 agreement in Workplaces folder").IsEmpty().HasChangeLink() .isNotMarkedAsComplete() @@ -112,7 +112,7 @@ describe("Testing the ofsted pre registration", () => { .summaryShows("Added the block and contact details to openers spreadsheet").HasValue("Yes").HasChangeLink() .summaryShows("Shared the outcome with the trust").IsEmpty().HasChangeLink() .summaryShows("Any actions to meet conditions have been completed").IsEmpty().HasChangeLink() - .summaryShows("Date that inspection and any actions completed").IsEmpty().HasChangeLink() + .summaryShows("Date that inspection and any actions were completed").IsEmpty().HasChangeLink() .summaryShows("Requested that the school is changed to 'proposed to open' on GIAS").IsEmpty().HasChangeLink() .summaryShows("Saved inspection documents and G6 agreement in Workplaces folder").IsEmpty().HasChangeLink() .isNotMarkedAsComplete() @@ -139,7 +139,7 @@ describe("Testing the ofsted pre registration", () => { .summaryShows("Added the block and contact details to openers spreadsheet").HasValue("Yes").HasChangeLink() .summaryShows("Shared the outcome with the trust").HasValue("Yes").HasChangeLink() .summaryShows("Any actions to meet conditions have been completed").HasValue("Yes").HasChangeLink() - .summaryShows("Date that inspection and any actions completed").HasValue("30 January 2050").HasChangeLink() + .summaryShows("Date that inspection and any actions were completed").HasValue("30 January 2050").HasChangeLink() .summaryShows("Requested that the school is changed to 'proposed to open' on GIAS").HasValue("Yes").HasChangeLink() .summaryShows("Saved inspection documents and G6 agreement in Workplaces folder").HasValue("Yes").HasChangeLink() .isNotMarkedAsComplete() @@ -182,7 +182,7 @@ describe("Testing the ofsted pre registration", () => { .summaryShows("Added the block and contact details to openers spreadsheet").IsEmpty().HasChangeLink() .summaryShows("Shared the outcome with the trust").IsEmpty().HasChangeLink() .summaryShows("Any actions to meet conditions have been completed").HasValue("Not applicable").HasChangeLink() - .summaryShows("Date that inspection and any actions completed").IsEmpty().HasChangeLink() + .summaryShows("Date that inspection and any actions were completed").IsEmpty().HasChangeLink() .summaryShows("Requested that the school is changed to 'proposed to open' on GIAS").IsEmpty().HasChangeLink() .summaryShows("Saved inspection documents and G6 agreement in Workplaces folder").IsEmpty().HasChangeLink() .isNotMarkedAsComplete()