From 88519377de80012e71c7a6d9e74f45baad746535 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Mon, 20 Mar 2023 17:07:27 -0100 Subject: [PATCH] Bug 33282: Remove useless intercept JD amended patch: replace "redundant" with "useless". It's not the same intercept, but we don't need the one removed by this patch. Signed-off-by: Jonathan Druart --- t/cypress/integration/Titles_spec.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/t/cypress/integration/Titles_spec.ts b/t/cypress/integration/Titles_spec.ts index 5e9f16d0389..2f30eda721f 100644 --- a/t/cypress/integration/Titles_spec.ts +++ b/t/cypress/integration/Titles_spec.ts @@ -157,11 +157,6 @@ describe("Title CRUD operations", () => { "X-Total-Count": "1", }, }); - cy.intercept( - "GET", - "/api/v1/erm/eholdings/local/titles/*", - erm_title - ); cy.visit("/cgi-bin/koha/erm/eholdings/local/titles"); cy.get("#titles_list").contains("Showing 1 to 1 of 1 entries"); }); -- 2.25.1