Skip to content

Commit

Permalink
Merge pull request #885 from DFE-Digital/bug/178419
Browse files Browse the repository at this point in the history
Fixed cypress tests for ofsted pre reg task
  • Loading branch information
RichikaD authored Oct 8, 2024
2 parents 0654f76 + 4b66975 commit a024576
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand All @@ -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()
Expand All @@ -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()
Expand All @@ -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()
Expand All @@ -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()
Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit a024576

Please sign in to comment.