Bugzilla – Attachment 135053 Details for
Bug 30695
Checkouts and holds count display in tab could be better in patron details
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30695: (follow-up) Fix selenium test
Bug-30695-follow-up-Fix-selenium-test.patch (text/plain), 1.23 KB, created by
Martin Renvoize (ashimema)
on 2022-05-17 07:23:44 UTC
(
hide
)
Description:
Bug 30695: (follow-up) Fix selenium test
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-05-17 07:23:44 UTC
Size:
1.23 KB
patch
obsolete
>From 402c8c47a7b89cb2a5d940c1cb4bb3a46bcdd292 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 17 May 2022 08:22:37 +0100 >Subject: [PATCH] Bug 30695: (follow-up) Fix selenium test > >The tab title words were re-ordered and we forgot to update the >corresponding selenium test. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > 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 095c47c954..58d0fa3c85 100755 >--- a/t/db_dependent/selenium/basic_workflow.t >+++ b/t/db_dependent/selenium/basic_workflow.t >@@ -235,7 +235,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'), $nb_of_checkouts.' Checkout(s)', ); >+ is( $driver->find_element('//a[@href="#checkouts"]')->get_attribute('text'), 'Checkouts ('.$nb_of_checkouts.')' ); > } > > time_diff("checkout"); >-- >2.20.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 30695
:
134650
|
134657
|
134721
|
134722
| 135053