Bugzilla – Attachment 152344 Details for
Bug 33528
Use template wrapper for tabs: Patron details and circulation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33528: Fix basic_workflow.t
Bug-33528-Fix-basicworkflowt.patch (text/plain), 1.12 KB, created by
Tomás Cohen Arazi (tcohen)
on 2023-06-14 15:47:11 UTC
(
hide
)
Description:
Bug 33528: Fix basic_workflow.t
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-06-14 15:47:11 UTC
Size:
1.12 KB
patch
obsolete
>From 9f4e9f451bc596a2b0fac0fa9e1cb232804c1f61 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 14 Jun 2023 12:46:45 -0300 >Subject: [PATCH] Bug 33528: Fix basic_workflow.t > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/db_dependent/selenium/basic_workflow.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/selenium/basic_workflow.t b/t/db_dependent/selenium/basic_workflow.t >index fc6ab44d4fc..d8a181d15a0 100755 >--- a/t/db_dependent/selenium/basic_workflow.t >+++ b/t/db_dependent/selenium/basic_workflow.t >@@ -251,7 +251,7 @@ SKIP: { > $driver->find_element('//fieldset[@id="circ_circulation_issue"]/button[@type="submit"]')->click; > $nb_of_checkouts++; > like( $driver->get_title(), qr(Checking out to $sample_data->{patron}{surname}) ); >- is( $driver->find_element('//a[@href="#checkouts"]')->get_attribute('text'), 'Checkouts ('.$nb_of_checkouts.')' ); >+ like( $driver->find_element('//a[@href="#checkouts_panel"]')->get_attribute('text'), qr/Checkouts \($nb_of_checkouts\)/ ); > } > > time_diff("checkout"); >-- >2.34.1
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 33528
:
151313
|
151887
|
151935
|
151980
|
151984
|
152216
|
152291
|
152292
| 152344