Bugzilla – Attachment 134056 Details for
Bug 30626
DT REST API wrapper not building the filter query correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30626: Fix test
Bug-30626-Fix-test.patch (text/plain), 1.19 KB, created by
Martin Renvoize (ashimema)
on 2022-04-27 10:55:54 UTC
(
hide
)
Description:
Bug 30626: Fix test
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-04-27 10:55:54 UTC
Size:
1.19 KB
patch
obsolete
>From b165c7d1d7df1e729174ba95505e6549e0462b29 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 27 Apr 2022 12:34:11 +0200 >Subject: [PATCH] Bug 30626: Fix test > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > 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 8c232b2c15..aba9ad4670 100755 >--- a/t/db_dependent/selenium/patrons_search.t >+++ b/t/db_dependent/selenium/patrons_search.t >@@ -238,7 +238,7 @@ subtest 'Search patrons' => sub { > > # Adding the surname of the first patron in the "Name" column > # We expect only 1 result >- $s->driver->find_element('//*[@id="'.$table_id.'_filter"]//input')->send_keys($patrons[0]->surname); >+ $s->driver->find_element('//table[@id="'.$table_id.'"]//input[@placeholder="Name search"]')->send_keys($patrons[0]->surname); > $s->wait_for_ajax; > is( $driver->find_element('//div[@id="'.$table_id.'_info"]')->get_text, sprintf('Showing 1 to %s of %s entries (filtered from %s total entries)', 1, 1, $total_number_of_patrons) ); > >-- >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 30626
:
134016
|
134017
|
134055
|
134056
|
134057
|
134214
|
134215
|
134216
|
134252