Lines 119-130
function get_licenses_to_relate() {
Link Here
|
119 |
describe("Agreement CRUD operations", () => { |
119 |
describe("Agreement CRUD operations", () => { |
120 |
before(() => { |
120 |
before(() => { |
121 |
cy.fetch_initial_ERM_sys_pref_value(); |
121 |
cy.fetch_initial_ERM_sys_pref_value(); |
|
|
122 |
cy.set_ERM_sys_pref_value(true); |
122 |
}); |
123 |
}); |
123 |
|
124 |
|
124 |
beforeEach(() => { |
125 |
beforeEach(() => { |
125 |
cy.login("koha", "koha"); |
126 |
cy.login("koha", "koha"); |
126 |
cy.title().should("eq", "Koha staff interface"); |
127 |
cy.title().should("eq", "Koha staff interface"); |
127 |
cy.set_ERM_sys_pref_value(true); |
|
|
128 |
}); |
128 |
}); |
129 |
|
129 |
|
130 |
after(() => { |
130 |
after(() => { |