From 4011dbe0232d51274650b618cb89a66405120109 Mon Sep 17 00:00:00 2001 From: Jacob O'Mara Date: Wed, 10 May 2023 15:56:47 +0100 Subject: [PATCH] Revert "Bug 33416: Fix Agreements.ts" This reverts commit e1fbe67683ab873c0832f2b8fe8cc168be85e05d. Signed-off-by: Jacob O'Mara --- t/cypress/integration/ERM/Agreements_spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/t/cypress/integration/ERM/Agreements_spec.ts b/t/cypress/integration/ERM/Agreements_spec.ts index 3abcf586e7..8dd209ee8d 100644 --- a/t/cypress/integration/ERM/Agreements_spec.ts +++ b/t/cypress/integration/ERM/Agreements_spec.ts @@ -376,7 +376,6 @@ describe("Agreement CRUD operations", () => { }, }).as("get-single-agreement-search-result"); cy.visit("/cgi-bin/koha/erm/agreements"); - cy.wait("@get-single-agreement-search-result"); // Intercept request after edit click cy.intercept("GET", "/api/v1/erm/agreements/*", agreement).as( -- 2.39.2