Skip to content

Commit 1768972

Browse files
remove invalid check (#737)
1 parent f5179a5 commit 1768972

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/Tests/Dfe.Complete.CypressTests/cypress/e2e/conversion-tasks/group-one/la-confirms-payroll-deadline.cy.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,6 @@ describe("Conversion tasks - LA confirms payroll deadline", () => {
5151
});
5252

5353
it("should show validation errors", () => {
54-
Logger.log("Try to input a past date");
55-
taskPage
56-
.enterDate("15", "6", "2020", "payroll-deadline")
57-
.saveAndReturn()
58-
59-
validationComponent.hasLinkedValidationError("Payroll deadline must be in the future.");
60-
6154
Logger.log("Try to input a date after the significant date");
6255
taskPage
6356
.enterDate("15", "6", yearTwoYearsFromNow, "payroll-deadline")

0 commit comments

Comments
 (0)