Bugzilla – Attachment 182175 Details for
Bug 39011
Unable to search the holdings table (except home/holding libraries and barcode)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39011: (follow-up) Update selenium tests
Bug-39011-follow-up-Update-selenium-tests.patch (text/plain), 1.28 KB, created by
Martin Renvoize (ashimema)
on 2025-05-09 13:50:19 UTC
(
hide
)
Description:
Bug 39011: (follow-up) Update selenium tests
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-05-09 13:50:19 UTC
Size:
1.28 KB
patch
obsolete
>From 513e437252f3eef96a7e6bce0e64a7f1bc89199a Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@openfifth.co.uk> >Date: Fri, 9 May 2025 14:49:17 +0100 >Subject: [PATCH] Bug 39011: (follow-up) Update selenium tests > >We alter how the options are added to the patrons_search datatables >search bar, but we didn't update the selenium test to match. > >Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> >--- > t/db_dependent/selenium/patrons_search.t | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/t/db_dependent/selenium/patrons_search.t b/t/db_dependent/selenium/patrons_search.t >index 2fd91cd182d..9d8a0170551 100755 >--- a/t/db_dependent/selenium/patrons_search.t >+++ b/t/db_dependent/selenium/patrons_search.t >@@ -344,9 +344,9 @@ subtest 'Search patrons' => sub { > > $s->driver->find_element( '//table[@id="' > . $table_id >- . '"]//th[@data-filter="libraries"]/select/option[@value="' >+ . '"]//th[@data-filter="libraries"]/select/option[@value="^' > . $first_patron->library->branchcode >- . '"]' )->click; >+ . '$"]' )->click; > sleep $DT_delay && $s->wait_for_ajax; > is( > $driver->find_element( '//div[@id="' . $table_id . '_wrapper"]//div[@class="dt-info"]' )->get_text, >-- >2.49.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 39011
:
177465
|
177553
|
177556
|
177620
|
177702
|
177725
|
178033
|
178034
|
178118
|
178119
|
180264
|
180265
|
180266
|
180267
| 182175