Bugzilla – Attachment 184532 Details for
Bug 40180
Missing Cypress tests for 'Holds to pull' library filters
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40180: Fix Cypress test
Bug-40180-Fix-Cypress-test.patch (text/plain), 1.04 KB, created by
Jonathan Druart
on 2025-07-23 07:35:08 UTC
(
hide
)
Description:
Bug 40180: Fix Cypress test
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-07-23 07:35:08 UTC
Size:
1.04 KB
patch
obsolete
>From 1b3868e79ca9fdba1d1f420a0e5a1f8ce1680f71 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 23 Jul 2025 09:34:27 +0200 >Subject: [PATCH] Bug 40180: Fix Cypress test > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > t/cypress/integration/KohaTable/PendingHolds_spec.ts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/cypress/integration/KohaTable/PendingHolds_spec.ts b/t/cypress/integration/KohaTable/PendingHolds_spec.ts >index 7b5ce675807..4913cdbdc7d 100644 >--- a/t/cypress/integration/KohaTable/PendingHolds_spec.ts >+++ b/t/cypress/integration/KohaTable/PendingHolds_spec.ts >@@ -51,7 +51,7 @@ describe("circ/pendingreserves/holdst", () => { > "/cgi-bin/koha/circ/pendingreserves.pl?from=2000-01-01&to=2999-12-31&run_report=Submit" > ); > >- cy.get(`#${table_id} thead tr:eq(1) th:eq(5)`).should( >+ cy.get(`#${table_id} thead tr:eq(0) th:eq(5)`).should( > "have.text", > "Libraries" > ); >-- >2.34.1
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 40180
:
183375
|
183376
|
183930
|
183931
|
183932
|
183933
|
183934
|
183935
|
184221
|
184222
|
184223
|
184227
|
184228
|
184229
|
184334
|
184335
|
184336
| 184532