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 |
- |
|
|