Skip to content

Commit

Permalink
remove duplicate outstanding
Browse files Browse the repository at this point in the history
  • Loading branch information
CMurrell148 committed Dec 2, 2024
1 parent f7eb3a3 commit c85a4cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class OfstedPage {
// Resolves to a date ({2 digits} {month} {4 digits}) or "No data" string
// Tech debt - We are allowing Sep and Sept due to different cultures set on remote vs local builds
dateRegex = /^\d{1,2} (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Sept|Oct|Nov|Dec) \d{4}$|^No data$/;
previousAndCurrentRatingsMatch = /Good|Outstanding|No judgement|Outstanding|Requires improvement|Inadequate|Not yet inspected|Insufficient evidence/;
previousAndCurrentRatingsMatch = /Good|No judgement|Outstanding|Requires improvement|Inadequate|Not yet inspected|Insufficient evidence/;

elements = {
subpageHeader: () => cy.get('[data-testid="subpage-header"]'),
Expand Down

0 comments on commit c85a4cb

Please sign in to comment.