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

(-)a/t/cypress/integration/flatpickr_spec.ts (-2 / +1 lines)
Lines 21-27 describe("Flatpickr", () => { Link Here
21
        cy.get("#from+span > input").click();
21
        cy.get("#from+span > input").click();
22
        cy.get(".flatpickr-calendar")
22
        cy.get(".flatpickr-calendar")
23
            .eq(0)
23
            .eq(0)
24
            .find("span.today")
24
            .find("span.todays")
25
            .click({ force: true });
25
            .click({ force: true });
26
        cy.get("#from").invoke("val").should("eq", dates["today_iso"]);
26
        cy.get("#from").invoke("val").should("eq", dates["today_iso"]);
27
27
28
- 

Return to bug 37493