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

(-)a/t/cypress/integration/ERM/UserRoles_spec.ts (-2 / +1 lines)
Lines 24-30 describe("Add/search user", () => { Link Here
24
        });
24
        });
25
25
26
        //Intercept patrons request
26
        //Intercept patrons request
27
        cy.intercept("GET", "/api/v1/patrons*", {
27
        cy.intercept("GET", "/api/v1/erm/users*", {
28
            statusCode: 200,
28
            statusCode: 200,
29
            body: [
29
            body: [
30
                {
30
                {
31
- 

Return to bug 38128