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

(-)a/t/cypress/integration/KohaTable/Holdings_spec.ts (-2 / +1 lines)
Lines 32-38 describe("catalogue/detail/holdings_table with items", () => { Link Here
32
    });
32
    });
33
33
34
    it("Correctly init the table", function () {
34
    it("Correctly init the table", function () {
35
        // Do not use `() => {` or this.objets won't be retrieved
35
        // Do not use `() => {` or this.objects won't be retrieved
36
        const biblio_id = this.objects.biblio.biblio_id;
36
        const biblio_id = this.objects.biblio.biblio_id;
37
        cy.set_syspref("AlwaysShowHoldingsTableFilters", 1).then(() => {
37
        cy.set_syspref("AlwaysShowHoldingsTableFilters", 1).then(() => {
38
            cy.visit(
38
            cy.visit(
39
- 

Return to bug 40174