Browse Source

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 <jonathan.druart@bugs.koha-community.org>
23.05.x
Pedro Amorim 3 months ago
committed by Jonathan Druart
parent
commit
a56cbc6d47
  1. 5
      t/cypress/integration/Titles_spec.ts

5
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");
});

Loading…
Cancel
Save