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

(-)a/t/cypress/integration/KohaTable/Holdings_spec.ts (-1 / +2 lines)
Lines 136-141 describe("catalogue/detail/holdings_table", () => { Link Here
136
                not_for_loan_status: 0,
136
                not_for_loan_status: 0,
137
                course_item: null,
137
                course_item: null,
138
                cover_image_ids: [],
138
                cover_image_ids: [],
139
                _status: "available",
139
            },
140
            },
140
        }).then(items => {
141
        }).then(items => {
141
            cy.intercept("get", `/api/v1/biblios/${biblio_id}/items*`, {
142
            cy.intercept("get", `/api/v1/biblios/${biblio_id}/items*`, {
Lines 178-183 describe("catalogue/detail/holdings_table", () => { Link Here
178
                not_for_loan_status: 0,
179
                not_for_loan_status: 0,
179
                course_item: null,
180
                course_item: null,
180
                cover_image_ids: [],
181
                cover_image_ids: [],
182
                _status: "available",
181
            },
183
            },
182
        }).then(items => {
184
        }).then(items => {
183
            cy.intercept("get", `/api/v1/biblios/${biblio_id}/items*`, {
185
            cy.intercept("get", `/api/v1/biblios/${biblio_id}/items*`, {
184
- 

Return to bug 37334