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

(-)a/t/cypress/support/commands.js (-2 / +2 lines)
Lines 59-63 Cypress.Commands.add('fetch_initial_ERM_sys_pref_value', () => { Link Here
59
})
59
})
60
60
61
Cypress.Commands.add('reset_initial_ERM_sys_pref_value', () => {
61
Cypress.Commands.add('reset_initial_ERM_sys_pref_value', () => {
62
    cy.login("koha", "koha");
62
    cy.set_ERM_sys_pref_value(Cypress.env("initial_ERM_Module_sys_pref_value"));
63
    cy.set_ERM_sys_pref_value(Cypress.env("initial_ERM_Module_sys_pref_value"));
63
})
64
})
64
- 

Return to bug 32131