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

(-)a/t/cypress/integration/ERM/Agreements_spec.ts (-1 / +1 lines)
Lines 372-377 describe("Agreement CRUD operations", () => { Link Here
372
            },
372
            },
373
        }).as("get-single-agreement-search-result");
373
        }).as("get-single-agreement-search-result");
374
        cy.visit("/cgi-bin/koha/erm/agreements");
374
        cy.visit("/cgi-bin/koha/erm/agreements");
375
        cy.wait("@get-single-agreement-search-result");
375
376
376
        // Intercept request after edit click
377
        // Intercept request after edit click
377
        cy.intercept("GET", "/api/v1/erm/agreements/*", agreement).as(
378
        cy.intercept("GET", "/api/v1/erm/agreements/*", agreement).as(
378
- 

Return to bug 33416