Bugzilla – Attachment 195258 Details for
Bug 42090
Cypress tests are failing on 24.11
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 42090: Fix ERM/Dialog_spec.ts
81eaf96.patch (text/plain), 947 bytes, created by
Jonathan Druart
on 2026-03-13 09:04:00 UTC
(
hide
)
Description:
Bug 42090: Fix ERM/Dialog_spec.ts
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2026-03-13 09:04:00 UTC
Size:
947 bytes
patch
obsolete
>From 81eaf965f6eb59fdc3d889c48e520a8d1f133a9d Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 13 Mar 2026 10:02:38 +0100 >Subject: [PATCH] Bug 42090: Fix ERM/Dialog_spec.ts > >I am not sure why we need that, but it fixes the test! >--- > t/cypress/integration/ERM/Dialog_spec.ts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/cypress/integration/ERM/Dialog_spec.ts b/t/cypress/integration/ERM/Dialog_spec.ts >index db360b065e3..e06389c0a84 100644 >--- a/t/cypress/integration/ERM/Dialog_spec.ts >+++ b/t/cypress/integration/ERM/Dialog_spec.ts >@@ -223,7 +223,7 @@ describe("Dialog operations", () => { > }, > } > ); >- cy.get("#begin_date+input").click(); >+ cy.get("#confirmation_input_begin_date+input").click(); > cy.get(".flatpickr-current-month select") > .invoke("val") > .then(month => { >-- >2.43.0 >
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 42090
: 195258 |
195259