Bugzilla – Attachment 190119 Details for
Bug 26258
Circulation tabs inconsistent with counters
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26258: (follow-up) Fix t/db_dependent/selenium/basic_workflow.t
Bug-26258-follow-up-Fix-tdbdependentseleniumbasicw.patch (text/plain), 1.06 KB, created by
Owen Leonard
on 2025-12-03 15:16:22 UTC
(
hide
)
Description:
Bug 26258: (follow-up) Fix t/db_dependent/selenium/basic_workflow.t
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-12-03 15:16:22 UTC
Size:
1.06 KB
patch
obsolete
>From 9ca19e65685a5ac6bb1c541e0c8c3c6fbfcef975 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 3 Dec 2025 10:12:12 -0500 >Subject: [PATCH] Bug 26258: (follow-up) Fix > t/db_dependent/selenium/basic_workflow.t > >--- > t/db_dependent/selenium/basic_workflow.t | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > >diff --git a/t/db_dependent/selenium/basic_workflow.t b/t/db_dependent/selenium/basic_workflow.t >index ecce4e82f48..d0a004ea89c 100755 >--- a/t/db_dependent/selenium/basic_workflow.t >+++ b/t/db_dependent/selenium/basic_workflow.t >@@ -262,8 +262,9 @@ SKIP: { > $nb_of_checkouts++; > like( $driver->get_title(), qr(Checking out to $sample_data->{patron}{surname}) ); > like( >- $driver->find_element('//a[@href="#checkouts_panel"]')->get_attribute('text'), >- qr/Checkouts \($nb_of_checkouts\)/ >+ $driver->find_element('//a[@href="#checkouts_panel"]/span[@class="checkout_count badge text-bg-info"]') >+ ->get_text(), >+ qr($nb_of_checkouts) > ); > } > >-- >2.39.5
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 26258
:
108694
|
108779
|
153679
|
166147
|
166159
|
166160
|
166239
|
184453
|
186269
|
188503
|
189541
| 190119