Bugzilla – Attachment 183358 Details for
Bug 40168
afterEach not called in KohaTable cypress tests
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40168: Remove cleanup() call from afterEach
Bug-40168-Remove-cleanup-call-from-afterEach.patch (text/plain), 1.17 KB, created by
David Nind
on 2025-06-18 21:25:29 UTC
(
hide
)
Description:
Bug 40168: Remove cleanup() call from afterEach
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-06-18 21:25:29 UTC
Size:
1.17 KB
patch
obsolete
>From fcdb0945d17701edd54402b44c0b87e623fb1c65 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 18 Jun 2025 22:12:25 +0200 >Subject: [PATCH] Bug 40168: Remove cleanup() call from afterEach > >Signed-off-by: David Nind <david@davidnind.com> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 40168
:
183348
|
183349
|
183357
| 183358