From e2ce99e3d5c7dd6c1bc060593a9fb7dfb812962c Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 2 Sep 2024 15:21:42 +0000 Subject: [PATCH] Revert "Bug 37493: [DONT PUSH] Test only - Force test fail" This reverts commit 0d69fc60904ec6ad95863977d8cdec35e29047bf. Signed-off-by: Katrin Fischer --- t/cypress/integration/flatpickr_spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/cypress/integration/flatpickr_spec.ts b/t/cypress/integration/flatpickr_spec.ts index 8857eaa267..60f744776e 100644 --- a/t/cypress/integration/flatpickr_spec.ts +++ b/t/cypress/integration/flatpickr_spec.ts @@ -21,7 +21,7 @@ describe("Flatpickr", () => { cy.get("#from+span > input").click(); cy.get(".flatpickr-calendar") .eq(0) - .find("span.todays") + .find("span.today") .click({ force: true }); cy.get("#from").invoke("val").should("eq", dates["today_iso"]); -- 2.39.5