From 1b3868e79ca9fdba1d1f420a0e5a1f8ce1680f71 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 23 Jul 2025 09:34:27 +0200 Subject: [PATCH] Bug 40180: Fix Cypress test Signed-off-by: Jonathan Druart --- 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