Bugzilla – Attachment 190615 Details for
Bug 40816
Upgrade DataTables from 2.1.8 to >2.3.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40816: Fix a failing Selenium test
3040a99.patch (text/plain), 1012 bytes, created by
Jonathan Druart
on 2025-12-18 12:22:54 UTC
(
hide
)
Description:
Bug 40816: Fix a failing Selenium test
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-12-18 12:22:54 UTC
Size:
1012 bytes
patch
obsolete
>From 3040a99e1cbe4fc30bc84db3bfeed8b12650eae8 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 18 Dec 2025 13:13:56 +0100 >Subject: [PATCH] Bug 40816: Fix a failing Selenium test > >--- > t/db_dependent/selenium/patrons_search.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/selenium/patrons_search.t b/t/db_dependent/selenium/patrons_search.t >index 0ee86fe2282..76f85d5b0f5 100755 >--- a/t/db_dependent/selenium/patrons_search.t >+++ b/t/db_dependent/selenium/patrons_search.t >@@ -541,7 +541,7 @@ subtest 'Search patrons' => sub { > > sub get_dob_search_filter { > return $s->driver->find_element( >- '//table[@id="' . shift . '"]//th[@aria-label="Date of birth: Activate to sort"]/input' ); >+ '//table[@id="' . shift . '"]//input[@placeholder="Date of birth search"]' ); > } > > # We have a patron with date of birth=1980-06-17 => formatted as 17/06/1980 >-- >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 40816
:
186448
|
186449
|
186450
|
186451
|
188979
|
188991
|
188992
|
188993
|
188994
|
189599
|
189600
|
189601
|
189605
|
189606
|
190614
| 190615 |
190937
|
190938