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

(-)a/t/cypress/integration/KohaTable/Holdings_spec.ts (-3 lines)
Lines 110-116 describe("catalogue/detail/holdings_table with items", () => { Link Here
110
    });
110
    });
111
111
112
    afterEach(function () {
112
    afterEach(function () {
113
        cleanup();
114
        cy.set_syspref(
113
        cy.set_syspref(
115
            "AlwaysShowHoldingsTableFilters",
114
            "AlwaysShowHoldingsTableFilters",
116
            this.syspref_AlwaysShowHoldingsTableFilters
115
            this.syspref_AlwaysShowHoldingsTableFilters
Lines 500-506 describe("catalogue/detail/holdings_table without items", () => { Link Here
500
    });
499
    });
501
500
502
    afterEach(function () {
501
    afterEach(function () {
503
        cleanup();
504
        cy.set_syspref(
502
        cy.set_syspref(
505
            "AlwaysShowHoldingsTableFilters",
503
            "AlwaysShowHoldingsTableFilters",
506
            this.syspref_AlwaysShowHoldingsTableFilters
504
            this.syspref_AlwaysShowHoldingsTableFilters
507
- 

Return to bug 40168