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

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

Return to bug 33416