View | Details | Raw Unified | Return to bug 42090
Collapse All | Expand All

(-)a/t/cypress/integration/ERM/Dialog_spec.ts (-2 / +1 lines)
Lines 223-229 describe("Dialog operations", () => { Link Here
223
                },
223
                },
224
            }
224
            }
225
        );
225
        );
226
        cy.get("#begin_date+input").click();
226
        cy.get("#confirmation_input_begin_date+input").click();
227
        cy.get(".flatpickr-current-month select")
227
        cy.get(".flatpickr-current-month select")
228
            .invoke("val")
228
            .invoke("val")
229
            .then(month => {
229
            .then(month => {
230
- 

Return to bug 42090