From fcdb0945d17701edd54402b44c0b87e623fb1c65 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 18 Jun 2025 22:12:25 +0200 Subject: [PATCH] Bug 40168: Remove cleanup() call from afterEach Signed-off-by: David Nind --- t/cypress/integration/KohaTable/Holdings_spec.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/t/cypress/integration/KohaTable/Holdings_spec.ts b/t/cypress/integration/KohaTable/Holdings_spec.ts index 8011d0b8b1..beee5044af 100644 --- a/t/cypress/integration/KohaTable/Holdings_spec.ts +++ b/t/cypress/integration/KohaTable/Holdings_spec.ts @@ -110,7 +110,6 @@ describe("catalogue/detail/holdings_table with items", () => { }); afterEach(function () { - cleanup(); cy.set_syspref( "AlwaysShowHoldingsTableFilters", this.syspref_AlwaysShowHoldingsTableFilters @@ -500,7 +499,6 @@ describe("catalogue/detail/holdings_table without items", () => { }); afterEach(function () { - cleanup(); cy.set_syspref( "AlwaysShowHoldingsTableFilters", this.syspref_AlwaysShowHoldingsTableFilters -- 2.39.5