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

(-)a/t/cypress/integration/KohaTable/PendingHolds_spec.ts (-2 / +1 lines)
Lines 51-57 describe("circ/pendingreserves/holdst", () => { Link Here
51
            "/cgi-bin/koha/circ/pendingreserves.pl?from=2000-01-01&to=2999-12-31&run_report=Submit"
51
            "/cgi-bin/koha/circ/pendingreserves.pl?from=2000-01-01&to=2999-12-31&run_report=Submit"
52
        );
52
        );
53
53
54
        cy.get(`#${table_id} thead tr:eq(1) th:eq(5)`).should(
54
        cy.get(`#${table_id} thead tr:eq(0) th:eq(5)`).should(
55
            "have.text",
55
            "have.text",
56
            "Libraries"
56
            "Libraries"
57
        );
57
        );
58
- 

Return to bug 40180