diff --git a/playwright-e2e/pages/dateChildMoved.page.ts b/playwright-e2e/pages/dateChildMoved.page.ts index 7c8ebf876..a6713d424 100644 --- a/playwright-e2e/pages/dateChildMoved.page.ts +++ b/playwright-e2e/pages/dateChildMoved.page.ts @@ -18,7 +18,6 @@ export default class DateChildMoved { } async dateChildMovedInToday(): Promise { - const today = new Date(); const dayMoveIn = String(today.getDate()); const monthMoveIn = String(today.getMonth() + 1); //getMonth() uses zero-based index so + 1 is needed to convert it to correct month for inputting in test