From 81eaf965f6eb59fdc3d889c48e520a8d1f133a9d Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 13 Mar 2026 10:02:38 +0100 Subject: [PATCH] Bug 42090: Fix ERM/Dialog_spec.ts I am not sure why we need that, but it fixes the test! --- t/cypress/integration/ERM/Dialog_spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/cypress/integration/ERM/Dialog_spec.ts b/t/cypress/integration/ERM/Dialog_spec.ts index db360b065e3..e06389c0a84 100644 --- a/t/cypress/integration/ERM/Dialog_spec.ts +++ b/t/cypress/integration/ERM/Dialog_spec.ts @@ -223,7 +223,7 @@ describe("Dialog operations", () => { }, } ); - cy.get("#begin_date+input").click(); + cy.get("#confirmation_input_begin_date+input").click(); cy.get(".flatpickr-current-month select") .invoke("val") .then(month => { -- 2.43.0